Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.cc303 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock() local
304 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()