Searched refs:MOVE_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | block_builder.cc | 100 } else if (instruction.Opcode() == Instruction::MOVE_EXCEPTION) { in CreateBranchTargets() 233 if (first.Opcode() == Instruction::MOVE_EXCEPTION) { in MightHaveLiveNormalPredecessors()
|
D | instruction_builder.cc | 379 case Instruction::MOVE_EXCEPTION: { in FindNativeDebugInfoLocations() 2768 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 33 MOVE_EXCEPTION, enumConstant
|
D | Instruction.java | 333 addOpcodeInfo(Opcode.MOVE_EXCEPTION, "move-exception", 0x0d, new Format11x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | art_method.cc | 302 *has_no_move_exception = (first_catch_instr->Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
|
D | dex_instruction_list.h | 35 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
|
D | debugger.cc | 2909 CHECK_EQ(Instruction::MOVE_EXCEPTION, instr->Opcode()); in PostLocationEvent()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 509 if (inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION) { in MterpCheckBefore()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2147 case Instruction::MOVE_EXCEPTION: { in CodeFlowVerifyInstruction() 5217 if ((insns[insn_idx] & 0xff) == Instruction::MOVE_EXCEPTION) { in CheckNotMoveException()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 251 case Instruction::MOVE_EXCEPTION: { in ExecuteSwitchImpl()
|