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

/art/compiler/dex/quick/mips/
H A Dassemble_mips.cc435 * bal .+8 ; rRA <- anchor
436 * lui rAT, ((target-anchor) >> 16)
437 * anchor:
438 * ori rAT, rAT, ((target-anchor) & 0xffff)
449 * bal .+8 ; rRA <- anchor
450 * lui rAT, ((target-anchor) >> 16)
451 * anchor:
452 * ori rAT, rAT, ((target-anchor) & 0xffff)
491 LIR* anchor = RawLIR(dalvik_offset, kPseudoTargetLabel); local
492 LIR* delta_hi = RawLIR(dalvik_offset, kMipsDeltaHi, rAT, 0, WrapPointer(anchor),
[all...]
/art/compiler/dex/quick/
H A Dmir_to_lir.h250 LIR* anchor; // Reference instruction for relative offsets. member in struct:art::Mir2Lir::SwitchTable

Completed in 323 milliseconds