Home
last modified time | relevance | path

Searched refs:MOVE_EXCEPTION (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java33 MOVE_EXCEPTION, enumConstant
DInstruction.java333 addOpcodeInfo(Opcode.MOVE_EXCEPTION, "move-exception", 0x0d, new Format11x()); in addOpcodeInfo() argument
/art/runtime/
Dart_method.cc289 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
Ddex_instruction_list.h34 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, true, kNone, kContinue, kVerifyRegA) \
Ddebugger.cc2893 CHECK_EQ(Instruction::MOVE_EXCEPTION, instr->Opcode()); in PostLocationEvent()
/art/compiler/dex/quick/
Dquick_compiler.cc151 Instruction::MOVE_EXCEPTION,
Dmir_to_lir.cc528 case Instruction::MOVE_EXCEPTION: in CompileDalvikInstruction()
/art/compiler/dex/
Dtype_inference.cc775 case Instruction::MOVE_EXCEPTION: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1172 case Instruction::MOVE_EXCEPTION: in RecordMIR()
Dlocal_value_numbering.cc1636 case Instruction::MOVE_EXCEPTION: in GetValueNumber()
Dmir_graph.cc401 if (check_insn->Opcode() == Instruction::MOVE_EXCEPTION) { in IsBadMonitorExitCatch()
/art/runtime/verifier/
Dmethod_verifier.cc1724 case Instruction::MOVE_EXCEPTION: { in CodeFlowVerifyInstruction()
4228 if ((insns[insn_idx] & 0xff) == Instruction::MOVE_EXCEPTION) { in CheckNotMoveException()
/art/compiler/optimizing/
Dbuilder.cc2218 case Instruction::MOVE_EXCEPTION: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc248 HANDLE_INSTRUCTION_START(MOVE_EXCEPTION) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc159 case Instruction::MOVE_EXCEPTION: { in ExecuteSwitchImpl()