Home
last modified time | relevance | path

Searched refs:MOVE_RESULT (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java30 MOVE_RESULT, enumConstant
DInstruction.java330 addOpcodeInfo(Opcode.MOVE_RESULT, "move-result", 0x0a, new Format11x()); in addOpcodeInfo() argument
/art/test/510-checker-try-catch/smali/
DBuilder.smali1248 # Test that a MOVE_RESULT instruction is placed into the same block as the
1275 # Test that a MOVE_RESULT instruction is placed into the same block as the
/art/runtime/
Ddex_instruction_list.h32 V(0x0A, MOVE_RESULT, "move-result", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
/art/runtime/verifier/
Dmethod_verifier.cc2137 case Instruction::MOVE_RESULT: in CodeFlowVerifyInstruction()
5225 if (((insns[insn_idx] & 0xff) >= Instruction::MOVE_RESULT) && in CheckNotMoveResult()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc236 case Instruction::MOVE_RESULT: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2617 case Instruction::MOVE_RESULT: in ProcessDexInstruction()