Searched refs:hop_branch (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 485 LIR* hop_branch = RawLIR(dalvik_offset, opcode, lir->operands[0], in ConvertShortToLongBranch() local 487 InsertLIRBefore(lir, hop_branch); in ConvertShortToLongBranch()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1263 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()
|