Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dassemble_mips.cc485 LIR* hop_branch = RawLIR(dalvik_offset, opcode, lir->operands[0], in ConvertShortToLongBranch() local
487 InsertLIRBefore(lir, hop_branch); in ConvertShortToLongBranch()
/art/compiler/dex/quick/
Dgen_common.cc1263 LIR* hop_branch = OpCmpImmBranch(kCondEq, class_reg, 0, NULL); in GenCheckCast() local
1291 AddSlowPath(new (arena_) SlowPath(this, hop_branch, cont, type_idx, class_reg)); in GenCheckCast()