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

/art/runtime/
H A Dart_method.cc273 uint32_t dex_pc, bool* has_no_move_exception) {
309 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION);
272 FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc, bool* has_no_move_exception) argument
H A Dart_method.h573 bool* has_no_move_exception)
/art/openjdkjvmti/
H A Devents.cc747 bool has_no_move_exception = false; local
749 exception_class_, cur_dex_pc, &has_no_move_exception);

Completed in 53 milliseconds