Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc225 const Instruction* first_catch_instr = in FindCatchBlock() local
227 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()