Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat35c.java70 if (info.opcode == Opcode.FILLED_NEW_ARRAY) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java56 FILLED_NEW_ARRAY, enumConstant
DCodeItem.java163 || opcode == Opcode.FILLED_NEW_ARRAY in incrementIndex()
DInstruction.java356 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY, "filled-new-array", 0x24, new Format35c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_test.cc162 EXPECT_EQ(DumpInst35c(Instruction::FILLED_NEW_ARRAY, 1234, {3, 2}), in TEST()
Ddex_instruction.cc381 case FILLED_NEW_ARRAY: in DumpString()
Ddex_instruction_list.h58 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, k…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA) in generateMutation()
/art/tools/veridex/
Dflow_analysis.cc509 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()
/art/test/510-checker-try-catch/smali/
DBuilder.smali1276 # FILLED_NEW_ARRAY it follows, even if there is a try boundary between them.
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc706 case Instruction::FILLED_NEW_ARRAY: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2730 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()