Searched refs:OP_MOVE (Results 1 – 14 of 14) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_MOVE.cpp | 5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
|
/dalvik/libdex/ |
D | DexOpcodes.h | 72 OP_MOVE = 0x01, enumerator 338 H(OP_MOVE), \
|
/dalvik/vm/mterp/ |
D | config-armv7-a-neon | 95 op OP_MOVE armv6t2
|
D | config-armv7-a | 95 op OP_MOVE armv6t2
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 476 case OP_MOVE: in processInstruction()
|
D | DexVerify.cpp | 854 case OP_MOVE: in verifyInstructions()
|
D | CodeVerify.cpp | 3879 case OP_MOVE: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 496 case OP_MOVE: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 33 case OP_MOVE: in getByteCodeSize() 543 case OP_MOVE: in getConstInfo() 549 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getConstInfo() 1238 case OP_MOVE: in getVirtualRegInfo() 1244 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getVirtualRegInfo() 3333 case OP_MOVE: in getTempRegInfo()
|
D | AnalysisO1.cpp | 3165 inst_op != OP_MOVE && inst_op != OP_MOVE_OBJECT &&
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 1171 HANDLE_OPCODE(OP_MOVE /*vA, vB*/) 1175 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, 1241 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
|
D | InterpC-portable.cpp | 1182 HANDLE_OPCODE(OP_MOVE /*vA, vB*/) in dvmInterpretPortable() 1186 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in dvmInterpretPortable() 1252 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2037 case OP_MOVE: in handleFmt12x()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2083 case OP_MOVE: in handleFmt12x()
|