Searched refs:MOVE_RESULT_OBJECT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 32 MOVE_RESULT_OBJECT, enumConstant
|
D | Instruction.java | 332 addOpcodeInfo(Opcode.MOVE_RESULT_OBJECT, "move-result-object", 0x0c, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 594 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 381 next->Opcode() == Instruction::MOVE_RESULT_OBJECT; in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 336 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 34 V(0x0C, MOVE_RESULT_OBJECT, "move-result-object", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 230 bool is_move_result_object = (opcode == Instruction::MOVE_RESULT_OBJECT); in Preamble() 462 ALWAYS_INLINE void MOVE_RESULT_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in MOVE_RESULT_OBJECT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 518 ((insns[insn_idx] & 0xff) <= Instruction::MOVE_RESULT_OBJECT)) { in CheckNotMoveResult() 2126 case Instruction::MOVE_RESULT_OBJECT: in CodeFlowVerifyInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2900 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()
|