Searched refs:MOVE (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 80 Instruction::MOVE | 0 << 8 | 1 << 12, in TEST_F()
|
D | register_allocator_test.cc | 323 Instruction::MOVE | 1 << 12 | 0 << 8, in Loop3()
|
D | instruction_builder.cc | 2023 case Instruction::MOVE: in ProcessDexInstruction()
|
/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/titrace/ |
D | instruction_decoder.cc | 493 static_assert(static_cast<uint32_t>(Bytecode::Opcode::MOVE) == 1, "");
|
/art/tools/veridex/ |
D | flow_analysis.cc | 266 case Instruction::MOVE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 23 V(0x01, MOVE, "move", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 229 case Instruction::MOVE: in ExecuteSwitchImplCpp()
|
/art/test/dexdump/ |
D | checkers.txt | 3352 003c9e: 1a02 0a00 |046d: const-string v2, "BLACK'S MOVE?" // string@00… 3362 003cc4: 1a02 9a00 |0480: const-string v2, "WHITE'S MOVE?" // string@00…
|