Searched refs:MaxNegativeDisplacement (Results 1 - 6 of 6) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h45 uint32_t MaxNegativeDisplacement(ThunkType type) OVERRIDE;
H A Drelative_patcher_arm_base.cc275 uint32_t max_negative_displacement = MaxNegativeDisplacement(ThunkType::kMethodCall);
302 if (patch_offset - offset <= MaxNegativeDisplacement(key.GetType())) {
353 patch_offset - old_data->LastReservedOffset() > MaxNegativeDisplacement(key_type)) {
389 uint32_t max_negative_displacement = MaxNegativeDisplacement(ThunkType::kMethodCall);
H A Drelative_patcher_arm_base.h125 virtual uint32_t MaxNegativeDisplacement(ThunkType type) = 0;
H A Drelative_patcher_thumb2.cc122 uint32_t Thumb2RelativePatcher::MaxNegativeDisplacement(ThunkType type) { function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h76 uint32_t MaxNegativeDisplacement(ThunkType type) OVERRIDE;
H A Drelative_patcher_arm64.cc502 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(ThunkType type) { function in class:art::linker::Arm64RelativePatcher

Completed in 52 milliseconds