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

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

Completed in 46 milliseconds