Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc104 LIR* anchor; in GenLargePackedSwitch() local
Dint_x86.cc1385 LIR* anchor; in OpPcRelLoad() local
1410 RegStorage X86Mir2Lir::GetPcAndAnchor(LIR** anchor, RegStorage r_tmp) { in GetPcAndAnchor()
1441 LIR* anchor; in OpPcRelDexCacheArrayLoad() local
Dutility_x86.cc594 LIR* anchor; in LoadConstantWide() local
Dassemble_x86.cc1760 const LIR* anchor = UnwrapPointer<LIR>(lir->operands[4]); in AssembleInstructions() local
Dtarget_x86.cc1576 LIR* anchor; in AppendOpcodeWithConst() local
/art/compiler/dex/quick/mips/
Dassemble_mips.cc625 LIR* anchor = RawLIR(dalvik_offset, kPseudoTargetLabel); in ConvertShortToLongBranch() local
/art/compiler/dex/quick/
Dmir_to_lir.h232 LIR* anchor; // Reference instruction for relative offsets. member