Searched refs:first_catch_instr (Results 1 – 1 of 1) sorted by relevance
293 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock() local294 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()