Home
last modified time | relevance | path

Searched refs:MOVE_EXCEPTION (Results 1 – 10 of 10) 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.cc495 case Instruction::MOVE_EXCEPTION: { in FindNativeDebugInfoLocations()
3352 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc629 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h453 HANDLER_ATTRIBUTES bool MOVE_EXCEPTION() { in MOVE_EXCEPTION() function
1964 DCHECK_EQ(self->IsExceptionPending(), inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION); in DEX_INSTRUCTION_LIST()
/art/runtime/
Dart_method.cc303 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
/art/runtime/interpreter/mterp/
Dmterp.cc556 if (inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION) { in MterpCheckBefore()
/art/libdexfile/dex/
Ddex_instruction_list.h35 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
/art/runtime/verifier/
Dmethod_verifier.cc132 return opcode == Instruction::Code::RETURN_OBJECT || opcode == Instruction::Code::MOVE_EXCEPTION; in IsCompatThrow()
643 if ((insns[insn_idx] & 0xff) == Instruction::MOVE_EXCEPTION) { in CheckNotMoveException()
2153 case Instruction::MOVE_EXCEPTION: in CodeFlowVerifyInstruction()