HomeSort by relevance Sort by last modified time
    Searched defs:throw_insn (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
mir_optimization.cc 568 MIR* throw_insn = mir->meta.throw_insn; local
569 int df_attributes = oat_data_flow_attributes_[throw_insn->dalvikInsn.opcode];
572 can_combine &= ((throw_insn->optimization_flags & MIR_IGNORE_NULL_CHECK) != 0);
575 can_combine &= ((throw_insn->optimization_flags & MIR_IGNORE_RANGE_CHECK) != 0);
586 DCHECK_EQ(bb_next->first_mir_insn, throw_insn);
587 *bb->last_mir_insn = *throw_insn;
    [all...]
mir_graph.h 246 MIR* throw_insn; member in union:art::MIR::__anon4

Completed in 1119 milliseconds