Searched refs:kAddressLength (Results 1 – 1 of 1) sorted by relevance
137 static const int kAddressLength = FIRST_32_SECOND_64(4, 8); variable143 static const int kDirectBranchLength = kBranchLength + kAddressLength;1146 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithHotPatch()1196 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()1197 indirect_address = old_func - kAddressLength; in OverrideFunctionWithTrampoline()1198 padding_length = kAddressLength; in OverrideFunctionWithTrampoline()1200 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithTrampoline()