Home
last modified time | relevance | path

Searched refs:max_short_distance (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc2749 uint32_t Mips64Assembler::Branch::PromoteIfNeeded(uint32_t max_short_distance) { in PromoteIfNeeded() argument
2765 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max() && !IsBare())) { in PromoteIfNeeded()
2768 if (distance >= max_short_distance) { in PromoteIfNeeded()
Dassembler_mips64.h1625 uint32_t PromoteIfNeeded(uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());
/art/compiler/utils/mips/
Dassembler_mips.cc3429 uint32_t MipsAssembler::Branch::PromoteIfNeeded(uint32_t location, uint32_t max_short_distance) { in PromoteIfNeeded() argument
3449 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max() && !IsBare())) { in PromoteIfNeeded()
3452 if (distance >= max_short_distance) { in PromoteIfNeeded()
Dassembler_mips.h1647 uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());