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/tools/veridex/
Dflow_analysis.cc326 case Instruction::MOVE_RESULT: in ProcessDexInstruction()
/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/libdexfile/dex/
Ddex_instruction_list.h32 V(0x0A, MOVE_RESULT, "move-result", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc283 case Instruction::MOVE_RESULT: in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2764 case Instruction::MOVE_RESULT: in ProcessDexInstruction()