Searched refs:MOVE_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
/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/compiler/optimizing/ |
D | block_builder.cc | 124 } else if (instruction.Opcode() == Instruction::MOVE_EXCEPTION) { in CreateBranchTargets() 259 if (first.Opcode() == Instruction::MOVE_EXCEPTION) { in MightHaveLiveNormalPredecessors()
|
D | instruction_builder.cc | 527 case Instruction::MOVE_EXCEPTION: { in FindNativeDebugInfoLocations() 3506 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 652 case Instruction::MOVE_EXCEPTION: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 437 HANDLER_ATTRIBUTES bool MOVE_EXCEPTION() { in MOVE_EXCEPTION() function 1872 DCHECK_EQ(self->IsExceptionPending(), inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION); in DEX_INSTRUCTION_LIST()
|
/art/runtime/ |
D | art_method.cc | 304 *has_no_move_exception = (first_catch_instr.Opcode() != Instruction::MOVE_EXCEPTION); in FindCatchBlock()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 502 if (inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION) { in MterpCheckBefore()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 35 V(0x0D, MOVE_EXCEPTION, "move-exception", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
|
/art/runtime/verifier/ |
D | method_verifier.cc | 132 return opcode == Instruction::Code::RETURN_OBJECT || opcode == Instruction::Code::MOVE_EXCEPTION; in IsCompatThrow() 645 if ((insns[insn_idx] & 0xff) == Instruction::MOVE_EXCEPTION) { in CheckNotMoveException() 2144 case Instruction::MOVE_EXCEPTION: in CodeFlowVerifyInstruction()
|