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;662 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithHotPatch()711 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()712 indirect_address = old_func - kAddressLength; in OverrideFunctionWithTrampoline()713 padding_length = kAddressLength; in OverrideFunctionWithTrampoline()715 indirect_address = AllocateMemoryForTrampoline(old_func, kAddressLength); in OverrideFunctionWithTrampoline()