Home
last modified time | relevance | path

Searched refs:hop_target (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/mips/
Dassemble_mips.cc482 LIR* hop_target = NULL; in ConvertShortToLongBranch() local
484 hop_target = RawLIR(dalvik_offset, kPseudoTargetLabel); in ConvertShortToLongBranch()
486 lir->operands[1], 0, 0, 0, hop_target); in ConvertShortToLongBranch()
504 InsertLIRBefore(lir, hop_target); in ConvertShortToLongBranch()
/art/compiler/dex/quick/
Dgen_common.cc984 LIR* hop_target = NewLIR0(kPseudoTargetLabel); in GenInstanceofCallingHelper() local
985 hop_branch->target = hop_target; in GenInstanceofCallingHelper()
1122 LIR* hop_target = NewLIR0(kPseudoTargetLabel); in GenCheckCast() local
1123 hop_branch->target = hop_target; in GenCheckCast()