Home
last modified time | relevance | path

Searched refs:MOVE (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination_test.cc75 Instruction::MOVE | 0 << 8 | 1 << 12, in TEST_F()
Dconstant_folding_test.cc674 Instruction::MOVE | 0 << 8 | 1 << 12, in TEST_F()
Dregister_allocator_test.cc325 Instruction::MOVE | 1 << 12 | 0 << 8, in Loop3()
Dinstruction_builder.cc2196 case Instruction::MOVE: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java21 MOVE, enumConstant
DInstruction.java321 addOpcodeInfo(Opcode.MOVE, "move", 0x01, new Format12x()); in addOpcodeInfo() argument
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc494 static_assert(static_cast<uint32_t>(Bytecode::Opcode::MOVE) == 1, "");
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc418 CHECK(InstNibbles(Instruction::MOVE, {dest_reg >> 4, dest_reg & 0xF})); in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc274 case Instruction::MOVE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h23 V(0x01, MOVE, "move", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h393 HANDLER_ATTRIBUTES bool MOVE() { in MOVE() function
/art/runtime/verifier/
Dmethod_verifier.cc2103 case Instruction::MOVE: in CodeFlowVerifyInstruction()
/art/test/dexdump/
Dcheckers.txt3352 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…