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_arm_base.cc 276 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey());
303 if (patch_offset - offset <= MaxNegativeDisplacement(key)) {
364 patch_offset - old_data->LastReservedOffset() > MaxNegativeDisplacement(key)) {
400 uint32_t max_negative_displacement = MaxNegativeDisplacement(GetMethodCallKey());
relative_patcher_arm_base.h 98 virtual uint32_t MaxNegativeDisplacement(const ThunkKey& key) = 0;
relative_patcher_thumb2.h 88 uint32_t MaxNegativeDisplacement(const ThunkKey& key) OVERRIDE;
relative_patcher_thumb2.cc 393 uint32_t Thumb2RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) {
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 80 uint32_t MaxNegativeDisplacement(const ThunkKey& key) OVERRIDE;
relative_patcher_arm64.cc 545 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) {

Completed in 152 milliseconds