Searched refs:has_no_move_exception (Results 1 – 3 of 3) sorted by relevance
267 uint32_t dex_pc, bool* has_no_move_exception) { in FindCatchBlock() argument303 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
625 bool* has_no_move_exception)
959 bool has_no_move_exception = false; in FindCatchMethodsFromThrow() local961 exception_class_, cur_dex_pc, &has_no_move_exception); in FindCatchMethodsFromThrow()