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

/art/runtime/entrypoints/portable/
H A Dportable_throw_entrypoints.cc119 const Instruction* first_catch_instr = Instruction::At( local
121 if (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION) {
/art/runtime/mirror/
H A Dart_method.cc251 const Instruction* first_catch_instr = local
253 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION);

Completed in 143 milliseconds