Searched defs:max_short_distance (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc2252 uint32_t MipsAssembler::Branch::PromoteIfNeeded(uint32_t location, uint32_t max_short_distance) { argument
2270 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max())) {
2273 if (distance >= max_short_distance) {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2058 uint32_t Mips64Assembler::Branch::PromoteIfNeeded(uint32_t max_short_distance) { argument
2074 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max())) {
2077 if (distance >= max_short_distance) {

Completed in 77 milliseconds