Searched defs:has_no_move_exception (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dart_method.cc187 uint32_t dex_pc, bool* has_no_move_exception) {
227 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION);
186 FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc, bool* has_no_move_exception) argument

Completed in 59 milliseconds