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

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 205 public static final int FILLED_NEW_ARRAY = 42;
355 case FILLED_NEW_ARRAY: return "filled-new-array";
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 205 public static final int FILLED_NEW_ARRAY = 42;
355 case FILLED_NEW_ARRAY: return "filled-new-array";
Rops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 205 public static final int FILLED_NEW_ARRAY = 42;
355 case FILLED_NEW_ARRAY: return "filled-new-array";
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 72 /*22: 0x2c*/ new ImmutableInstruction35c(Opcode.FILLED_NEW_ARRAY, 0, 0, 0, 0, 0, 0,
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 80 public static final int FILLED_NEW_ARRAY = 0x24;
OpcodeInfo.java 206 public static final Info FILLED_NEW_ARRAY =
207 new Info(Opcodes.FILLED_NEW_ARRAY, "filled-new-array",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 207 public static final Dop FILLED_NEW_ARRAY =
208 new Dop(DalvOps.FILLED_NEW_ARRAY, DalvOps.FILLED_NEW_ARRAY,
212 new Dop(DalvOps.FILLED_NEW_ARRAY_RANGE, DalvOps.FILLED_NEW_ARRAY,
    [all...]
RopToDop.java 272 * filled_new_array, since they need to be handled specially
301 * The move_exception, new_array, filled_new_array, and
322 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY;
DalvOps.java 70 public static final int FILLED_NEW_ARRAY = 0x24;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 213 public static final Dop FILLED_NEW_ARRAY =
214 new Dop(Opcodes.FILLED_NEW_ARRAY, Opcodes.FILLED_NEW_ARRAY,
218 new Dop(Opcodes.FILLED_NEW_ARRAY_RANGE, Opcodes.FILLED_NEW_ARRAY,
    [all...]
RopToDop.java 83 // Opcodes.FILLED_NEW_ARRAY
444 * filled_new_array, since they need to be handled specially
473 * The move_exception, new_array, filled_new_array, and
494 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY;
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 82 // Opcodes.FILLED_NEW_ARRAY
443 * filled_new_array, since they need to be handled specially
472 * The move_exception, new_array, filled_new_array, and
493 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY;
Dops.java 210 public static final Dop FILLED_NEW_ARRAY =
211 new Dop(Opcodes.FILLED_NEW_ARRAY, Opcodes.FILLED_NEW_ARRAY,
215 new Dop(Opcodes.FILLED_NEW_ARRAY_RANGE, Opcodes.FILLED_NEW_ARRAY,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 80 public static final int FILLED_NEW_ARRAY = 0x24;
OpcodeInfo.java 206 public static final Info FILLED_NEW_ARRAY =
207 new Info(Opcodes.FILLED_NEW_ARRAY, "filled-new-array",
    [all...]
  /art/runtime/
dex_instruction.cc 301 case FILLED_NEW_ARRAY:
dex_instruction_list.h 57 V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, false, kTypeRef, kContinue | kThrow | kClobber, kVerifyRegBType | kVerifyVarArg) \
  /art/compiler/dex/
local_value_numbering_test.cc 650 { Instruction::FILLED_NEW_ARRAY, 0, 0u, 2, { 12u, 13u }, 0, { } },
692 { Instruction::FILLED_NEW_ARRAY, 0, 0u, 2, { 0u, 1u }, 0, { } },
frontend.cc 194 Instruction::FILLED_NEW_ARRAY,
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 267 case RegOps.FILLED_NEW_ARRAY:
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 268 case RegOps.FILLED_NEW_ARRAY:
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 578 case Instruction::FILLED_NEW_ARRAY:
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 663 DCHECK(inst->Opcode() == Instruction::FILLED_NEW_ARRAY ||
667 // Checks FILLED_NEW_ARRAY's length does not exceed 5 arguments.
    [all...]

Completed in 127 milliseconds

1 2