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;854 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithHotPatch()904 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()905 indirect_address = old_func - kAddressLength; in OverrideFunctionWithTrampoline()906 padding_length = kAddressLength; in OverrideFunctionWithTrampoline()908 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithTrampoline()