Home
last modified time | relevance | path

Searched refs:MOVE_EXCEPTION (Results 1 – 8 of 8) 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/compiler/optimizing/
Dblock_builder.cc124 } else if (instruction.Opcode() == Instruction::MOVE_EXCEPTION) { in CreateBranchTargets()
259 if (first.Opcode() == Instruction::MOVE_EXCEPTION) { in MightHaveLiveNormalPredecessors()
Dinstruction_builder.cc494 case Instruction::MOVE_EXCEPTION: { in FindNativeDebugInfoLocations()
2909 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc621 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
/art/runtime/
Dart_method.cc309 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
/art/libdexfile/dex/
Ddex_instruction_list.h35 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc298 case Instruction::MOVE_EXCEPTION: { in ExecuteSwitchImplCpp()