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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 119 const Instruction* first_catch_instr = Instruction::At( local
121 if (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION) {
  /art/runtime/mirror/
art_method.cc 251 const Instruction* first_catch_instr = local
253 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION);

Completed in 61 milliseconds