Home
last modified time | relevance | path

Searched refs:MOVE_RESULT_OBJECT (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java32 MOVE_RESULT_OBJECT, enumConstant
DInstruction.java332 addOpcodeInfo(Opcode.MOVE_RESULT_OBJECT, "move-result-object", 0x0c, new Format11x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h34 V(0x0C, MOVE_RESULT_OBJECT, "move-result-object", k11x, kIndexNone, kContinue, kVerifyRegA) \
/art/runtime/verifier/
Dmethod_verifier.cc2144 case Instruction::MOVE_RESULT_OBJECT: in CodeFlowVerifyInstruction()
5221 ((insns[insn_idx] & 0xff) <= Instruction::MOVE_RESULT_OBJECT)) { in CheckNotMoveResult()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc198 case Instruction::MOVE_RESULT_OBJECT: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2557 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()