Searched refs:MOVE (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 75 Instruction::MOVE | 0 << 8 | 1 << 12, in TEST_F()
|
D | constant_folding_test.cc | 674 Instruction::MOVE | 0 << 8 | 1 << 12, in TEST_F()
|
D | register_allocator_test.cc | 325 Instruction::MOVE | 1 << 12 | 0 << 8, in Loop3()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 21 MOVE, enumConstant
|
D | Instruction.java | 321 addOpcodeInfo(Opcode.MOVE, "move", 0x01, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/jvmti-agents/titrace/ |
D | instruction_decoder.cc | 494 static_assert(static_cast<uint32_t>(Bytecode::Opcode::MOVE) == 1, "");
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 418 CHECK(InstNibbles(Instruction::MOVE, {dest_reg >> 4, dest_reg & 0xF})); in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 274 case Instruction::MOVE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 23 V(0x01, MOVE, "move", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|