Searched refs:max_short_distance (Results 1 – 4 of 4) sorted by relevance
2749 uint32_t Mips64Assembler::Branch::PromoteIfNeeded(uint32_t max_short_distance) { in PromoteIfNeeded() argument2765 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max() && !IsBare())) { in PromoteIfNeeded()2768 if (distance >= max_short_distance) { in PromoteIfNeeded()
1625 uint32_t PromoteIfNeeded(uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());
3429 uint32_t MipsAssembler::Branch::PromoteIfNeeded(uint32_t location, uint32_t max_short_distance) { in PromoteIfNeeded() argument3449 if (UNLIKELY(max_short_distance != std::numeric_limits<uint32_t>::max() && !IsBare())) { in PromoteIfNeeded()3452 if (distance >= max_short_distance) { in PromoteIfNeeded()
1647 uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());