Searched refs:GetLabelLocation (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h279 return assembler_.GetLabelLocation(GetLabelOf(block));
H A Dcode_generator_mips64.h275 return assembler_.GetLabelLocation(GetLabelOf(block));
/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;
H A Dassembler_mips.h567 uint32_t GetLabelLocation(MipsLabel* label) const;
/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;
H A Dassembler_mips64.h489 uint32_t GetLabelLocation(Mips64Label* label) const;

Completed in 66 milliseconds