Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc100 } else if (instruction.Opcode() == Instruction::MOVE_EXCEPTION) { in CreateBranchTargets()
233 if (first.Opcode() == Instruction::MOVE_EXCEPTION) { in MightHaveLiveNormalPredecessors()
Dinstruction_builder.cc379 case Instruction::MOVE_EXCEPTION: { in FindNativeDebugInfoLocations()
2768 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
/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.cc302 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
Ddex_instruction_list.h35 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
Ddebugger.cc2909 CHECK_EQ(Instruction::MOVE_EXCEPTION, instr->Opcode()); in PostLocationEvent()
/art/runtime/interpreter/mterp/
Dmterp.cc509 if (inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION) { in MterpCheckBefore()
/art/runtime/verifier/
Dmethod_verifier.cc2147 case Instruction::MOVE_EXCEPTION: { in CodeFlowVerifyInstruction()
5217 if ((insns[insn_idx] & 0xff) == Instruction::MOVE_EXCEPTION) { in CheckNotMoveException()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc251 case Instruction::MOVE_EXCEPTION: { in ExecuteSwitchImpl()