Home
last modified time | relevance | path

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

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