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

/art/compiler/utils/mips/
H A Dassembler_mips.cc1891 uint32_t MipsAssembler::GetLabelLocation(MipsLabel* label) const { function in class:art::mips::MipsAssembler
1946 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;
1956 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;
1962 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1556 uint32_t Mips64Assembler::GetLabelLocation(Mips64Label* label) const { function in class:art::mips64::Mips64Assembler
1611 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;
1624 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;
1630 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved;

Completed in 55 milliseconds