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

/art/compiler/dex/quick/mips/
H A Dcall_mips.cc102 tab_rec->anchor = base_label;
192 tab_rec->anchor = base_label;
H A Dassemble_mips.cc435 * bal .+8 ; r_RA <- anchor
436 * lui r_AT, ((target-anchor) >> 16)
437 * anchor:
438 * ori r_AT, r_AT, ((target-anchor) & 0xffff)
449 * bal .+8 ; r_RA <- anchor
450 * lui r_AT, ((target-anchor) >> 16)
451 * anchor:
452 * ori r_AT, r_AT, ((target-anchor) & 0xffff)
491 LIR* anchor = RawLIR(dalvik_offset, kPseudoTargetLabel); local
493 reinterpret_cast<uintptr_t>(anchor),
[all...]
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc112 tab_rec->anchor = switch_branch;
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc352 tab_rec->anchor = switch_branch;
399 tab_rec->anchor = switch_branch;
/art/compiler/dex/quick/
H A Dcodegen_util.cc411 bx_offset = tab_rec->anchor->offset + 4;
417 bx_offset = tab_rec->anchor->offset;
H A Dmir_to_lir.h175 LIR* anchor; // Reference instruction for relative offsets. member in struct:art::Mir2Lir::SwitchTable

Completed in 118 milliseconds