Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.cc234 uint32_t dex_pc, bool* has_no_move_exception) { in FindCatchBlock() argument
274 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
Dart_method.h427 uint32_t dex_pc, bool* has_no_move_exception)