Home
last modified time | relevance | path

Searched refs:GetMethodCallKey (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc324 MaxPositiveDisplacement(GetMethodCallKey())); in ReserveSpaceInternal()
346 uint32_t max_positive_displacement = MaxPositiveDisplacement(GetMethodCallKey()); in CalculateMethodCallDisplacement()
347 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey()); in CalculateMethodCallDisplacement()
385 ArmBaseRelativePatcher::ThunkKey ArmBaseRelativePatcher::GetMethodCallKey() { in GetMethodCallKey() function in art::linker::ArmBaseRelativePatcher
411 key = GetMethodCallKey(); in ProcessPatches()
483 uint32_t max_positive_displacement = MaxPositiveDisplacement(GetMethodCallKey()); in ResolveMethodCalls()
484 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey()); in ResolveMethodCalls()
Drelative_patcher_arm_base.h87 static ThunkKey GetMethodCallKey();