Searched refs:kAddressLength (Results 1 – 1 of 1) sorted by relevance
136 static const int kAddressLength = FIRST_32_SECOND_64(4, 8); variable142 static const int kDirectBranchLength = kBranchLength + kAddressLength;863 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithHotPatch()913 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()914 indirect_address = old_func - kAddressLength; in OverrideFunctionWithTrampoline()915 padding_length = kAddressLength; in OverrideFunctionWithTrampoline()917 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithTrampoline()