Searched refs:MOVE_RESULT (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 30 MOVE_RESULT, enumConstant
|
D | Instruction.java | 330 addOpcodeInfo(Opcode.MOVE_RESULT, "move-result", 0x0a, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 593 case Instruction::MOVE_RESULT: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 379 next->Opcode() == Instruction::MOVE_RESULT || in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 357 case Instruction::MOVE_RESULT: in ProcessDexInstruction()
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 1248 # 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/ |
D | dex_instruction_list.h | 32 V(0x0A, MOVE_RESULT, "move-result", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 422 HANDLER_ATTRIBUTES bool MOVE_RESULT() { in MOVE_RESULT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 659 if (((insns[insn_idx] & 0xff) >= Instruction::MOVE_RESULT) && in CheckNotMoveResult() 2134 case Instruction::MOVE_RESULT: in CodeFlowVerifyInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3361 case Instruction::MOVE_RESULT: in ProcessDexInstruction()
|