Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc267 uint32_t dex_pc, bool* has_no_move_exception) { in FindCatchBlock() argument
303 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
Dart_method.h625 bool* has_no_move_exception)
/art/openjdkjvmti/
Devents.cc959 bool has_no_move_exception = false; in FindCatchMethodsFromThrow() local
961 exception_class_, cur_dex_pc, &has_no_move_exception); in FindCatchMethodsFromThrow()