Home
last modified time | relevance | path

Searched refs:first_catch_instr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dart_method.cc302 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock() local
303 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()