Searched refs:GetMethodCallKey (Results 1 - 4 of 4) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc317 MaxPositiveDisplacement(GetMethodCallKey()));
339 uint32_t max_positive_displacement = MaxPositiveDisplacement(GetMethodCallKey());
340 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey());
378 ArmBaseRelativePatcher::ThunkKey ArmBaseRelativePatcher::GetMethodCallKey() { function in class:art::linker::ArmBaseRelativePatcher
397 key = GetMethodCallKey();
463 uint32_t max_positive_displacement = MaxPositiveDisplacement(GetMethodCallKey());
464 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey());
H A Drelative_patcher_arm_base.h85 static ThunkKey GetMethodCallKey();
H A Drelative_patcher_thumb2_test.cc193 ArmBaseRelativePatcher::ThunkKey key = ArmBaseRelativePatcher::GetMethodCallKey();
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc172 ArmBaseRelativePatcher::ThunkKey key = ArmBaseRelativePatcher::GetMethodCallKey();

Completed in 59 milliseconds