HomeSort by relevance Sort by last modified time
    Searched full:op_move_16 (Results 1 - 25 of 31) sorted by null

1 2

  /dalvik/vm/mterp/c/
OP_MOVE_OBJECT_16.cpp 1 %include "c/OP_MOVE_16.cpp"
OP_MOVE_16.cpp 5 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
  /dalvik/vm/mterp/armv5te/
OP_MOVE_OBJECT_16.S 2 %include "armv5te/OP_MOVE_16.S"
  /dalvik/vm/mterp/mips/
OP_MOVE_OBJECT_16.S 2 %include "mips/OP_MOVE_16.S"
  /dalvik/vm/mterp/x86/
OP_MOVE_OBJECT_16.S 2 %include "x86/OP_MOVE_16.S"
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 54 int op_move_16() { function
Lower.cpp 502 case OP_MOVE_16:
504 return op_move_16();
BytecodeVisitor.cpp 39 case OP_MOVE_16:
547 case OP_MOVE_16:
557 else if(inst_op == OP_MOVE_16 || inst_op == OP_MOVE_OBJECT_16) {
    [all...]
Lower.h 912 int op_move_16();
    [all...]
AnalysisO1.cpp     [all...]
  /dalvik/libdex/
DexOpcodes.h 74 OP_MOVE_16 = 0x03,
340 H(OP_MOVE_16), \
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 33 int OP_MOVE_16 = 0x0003;
  /dalvik/vm/analysis/
Liveness.cpp 478 case OP_MOVE_16:
DexVerify.cpp 856 case OP_MOVE_16:
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-armv5te-vfp.S 409 /* File: armv5te/OP_MOVE_16.S */
506 /* File: armv5te/OP_MOVE_16.S */
    [all...]
InterpAsm-armv5te.S 409 /* File: armv5te/OP_MOVE_16.S */
506 /* File: armv5te/OP_MOVE_16.S */
    [all...]
InterpAsm-armv7-a-neon.S 422 /* File: armv5te/OP_MOVE_16.S */
518 /* File: armv5te/OP_MOVE_16.S */
    [all...]
InterpAsm-armv7-a.S 422 /* File: armv5te/OP_MOVE_16.S */
518 /* File: armv5te/OP_MOVE_16.S */
    [all...]
InterpAsm-mips.S 551 /* File: mips/OP_MOVE_16.S */
649 /* File: mips/OP_MOVE_16.S */
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp 41 // 03 OP_MOVE_16 vAAAA, vBBBB
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]

Completed in 887 milliseconds

1 2