Searched refs:has_no_move_exception (Results 1 – 3 of 3) sorted by relevance
319 uint32_t dex_pc, bool* has_no_move_exception) { in FindCatchBlock() argument355 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
916 bool* has_no_move_exception)
945 bool has_no_move_exception = false; in FindCatchMethodsFromThrow() local947 exception_class_, cur_dex_pc, &has_no_move_exception); in FindCatchMethodsFromThrow()