Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h199 MipsLabel* GetLabel() { in GetLabel() function
203 const MipsLabel* GetLabel() const { in GetLabel() function
230 MipsLabel* GetLabel() { in GetLabel() function
234 const MipsLabel* GetLabel() const { in GetLabel() function
/art/compiler/optimizing/
Dcode_generator_mips64.cc1743 uint32_t literal_offset = GetAssembler().GetLabelLocation(literal->GetLabel()); in PatchJitRootUse()
7558 __ LoadLabelAddress(AT, table->GetLabel()); in GenTableBasedPackedSwitch()
Dcode_generator_mips.cc10073 __ LoadLabelAddress(AT, constant_area, table->GetLabel()); in GenTableBasedPackedSwitch()