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

1 2 3 4

  /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;
371 case FILLED_NEW_ARRAY: return "filled-new-array";
Rops.java     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format35c.java 70 if (info.opcode == Opcode.FILLED_NEW_ARRAY) {
  /art/libdexfile/dex/
dex_instruction_test.cc 162 EXPECT_EQ(DumpInst35c(Instruction::FILLED_NEW_ARRAY, 1234, {3, 2}),
dex_instruction.cc 381 case FILLED_NEW_ARRAY:
dex_instruction_list.h 58 V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegBType | kVerifyVarArg) \
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 163 || opcode == Opcode.FILLED_NEW_ARRAY
Opcode.java 56 FILLED_NEW_ARRAY,
Instruction.java 356 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY, "filled-new-array", 0x24, new Format35c());
  /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 81 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...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 74 private final Set<Opcode> newArrayInstructions = EnumSet.of(Opcode.FILLED_NEW_ARRAY, Opcode.NEW_ARRAY,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
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;
Dops.java 209 public static final Dop FILLED_NEW_ARRAY =
210 new Dop(DalvOps.FILLED_NEW_ARRAY, DalvOps.FILLED_NEW_ARRAY,
214 new Dop(DalvOps.FILLED_NEW_ARRAY_RANGE, DalvOps.FILLED_NEW_ARRAY,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 84 // Opcodes.FILLED_NEW_ARRAY
449 * filled_new_array, since they need to be handled specially
478 * The move_exception, new_array, filled_new_array, and
501 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY;
Dops.java 212 public static final Dop FILLED_NEW_ARRAY =
213 new Dop(Opcodes.FILLED_NEW_ARRAY, Opcodes.FILLED_NEW_ARRAY,
217 new Dop(Opcodes.FILLED_NEW_ARRAY_RANGE, Opcodes.FILLED_NEW_ARRAY,
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA)
  /art/tools/veridex/
flow_analysis.cc 509 case Instruction::FILLED_NEW_ARRAY: {
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 267 case RegOps.FILLED_NEW_ARRAY:
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 80 FILLED_NEW_ARRAY(0x24, "filled-new-array", ReferenceType.TYPE, Format.Format35c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]

Completed in 416 milliseconds

1 2 3 4