Searched refs:PromoteIfNeeded (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.h734 uint32_t PromoteIfNeeded(uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());
H A Dassembler_mips.cc1805 uint32_t MipsAssembler::Branch::PromoteIfNeeded(uint32_t max_short_distance) { function in class:art::mips::MipsAssembler::Branch
1974 uint32_t delta = branch.PromoteIfNeeded();
/art/compiler/utils/mips64/
H A Dassembler_mips64.h646 uint32_t PromoteIfNeeded(uint32_t max_short_distance = std::numeric_limits<uint32_t>::max());
H A Dassembler_mips64.cc1470 uint32_t Mips64Assembler::Branch::PromoteIfNeeded(uint32_t max_short_distance) { function in class:art::mips64::Mips64Assembler::Branch
1642 uint32_t delta = branch.PromoteIfNeeded();

Completed in 17 milliseconds