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

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 33 constexpr uint32_t kMaxMethodCallNegativeDisplacement = (1u << 24) - kPcDisplacement;
124 return kMaxMethodCallNegativeDisplacement;
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 43 constexpr uint32_t kMaxMethodCallNegativeDisplacement = (1u << 27);
505 return kMaxMethodCallNegativeDisplacement;

Completed in 242 milliseconds