HomeSort by relevance Sort by last modified time
    Searched refs:MaxNegativeDisplacement (Results 1 - 6 of 6) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2.h 45 uint32_t MaxNegativeDisplacement(ThunkType type) OVERRIDE;
relative_patcher_arm_base.cc 275 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);
relative_patcher_arm_base.h 125 virtual uint32_t MaxNegativeDisplacement(ThunkType type) = 0;
relative_patcher_thumb2.cc 122 uint32_t Thumb2RelativePatcher::MaxNegativeDisplacement(ThunkType type) {
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 76 uint32_t MaxNegativeDisplacement(ThunkType type) OVERRIDE;
relative_patcher_arm64.cc 502 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(ThunkType type) {

Completed in 1244 milliseconds