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.cc213 uint32_t dex_pc, bool* has_no_move_exception) { in FindCatchBlock() argument
253 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
Dart_method.h490 uint32_t dex_pc, bool* has_no_move_exception)