HomeSort by relevance Sort by last modified time
    Searched refs:FILLED_NEW_ARRAY (Results 1 - 25 of 29) 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";
Rops.java     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35c.java 142 if (opcode == FILLED_NEW_ARRAY) {
  /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/compiler/dex/
local_value_numbering.cc 39 case Instruction::FILLED_NEW_ARRAY:
  /art/compiler/dex/quick/
mir_to_lir.cc 225 case 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/runtime/
dex_instruction_list.h 57 V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, false, kTypeRef, kContinue | kThrow, kVerifyRegBType | kVerifyVarArg) \
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 427 milliseconds

1 2