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

1 2

  /dalvik/vm/mterp/c/
OP_MOVE_RESULT_OBJECT.cpp 1 %include "c/OP_MOVE_RESULT.cpp"
OP_MOVE_RESULT.cpp 4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
  /dalvik/vm/mterp/armv5te/
OP_MOVE_RESULT_OBJECT.S 2 %include "armv5te/OP_MOVE_RESULT.S"
  /dalvik/vm/mterp/mips/
OP_MOVE_RESULT_OBJECT.S 2 %include "mips/OP_MOVE_RESULT.S"
  /dalvik/vm/mterp/x86/
OP_MOVE_RESULT_OBJECT.S 2 %include "x86/OP_MOVE_RESULT.S"
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 100 int op_move_result() { function
Lower.cpp 511 case OP_MOVE_RESULT:
513 return op_move_result();
Lower.h 916 int op_move_result();
    [all...]
BytecodeVisitor.cpp 48 case OP_MOVE_RESULT:
602 case OP_MOVE_RESULT:
    [all...]
AnalysisO1.cpp 681 if((inst_op >= OP_MOVE_RESULT && inst_op <= OP_RETURN_OBJECT) ||
    [all...]
  /dalvik/libdex/
DexOpcodes.h 81 OP_MOVE_RESULT = 0x0a,
347 H(OP_MOVE_RESULT), \
    [all...]
  /dalvik/vm/compiler/
InlineTransformation.cpp 66 (moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT &&
Dataflow.cpp 62 // 0A OP_MOVE_RESULT vAA
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 345 ((mir->next->dalvikInsn.opcode == OP_MOVE_RESULT) ||
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 351 ((mir->next->dalvikInsn.opcode == OP_MOVE_RESULT) ||
CodegenDriver.cpp     [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 40 int OP_MOVE_RESULT = 0x000a;
  /dalvik/vm/analysis/
Liveness.cpp 445 case OP_MOVE_RESULT:
DexVerify.cpp 825 case OP_MOVE_RESULT:
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-armv5te-vfp.S 521 /* File: armv5te/OP_MOVE_RESULT.S */
549 /* File: armv5te/OP_MOVE_RESULT.S */
    [all...]
  /dalvik/vm/interp/
Jit.cpp 745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) &&
    [all...]

Completed in 3040 milliseconds

1 2