Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY (Results 1 – 16 of 16) 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.cc168 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/runtime/interpreter/mterp/
Dnterp.cc526 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY); in DoFilledNewArray()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc437 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexFile()
/art/tools/veridex/
Dflow_analysis.cc517 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_common.cc1446 DCHECK(inst->Opcode() == Instruction::FILLED_NEW_ARRAY || in DoFilledNewArray()
Dinterpreter_switch_impl-inl.h775 HANDLER_ATTRIBUTES bool FILLED_NEW_ARRAY() { in FILLED_NEW_ARRAY() function
/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/verifier/
Dmethod_verifier.cc2534 case Instruction::FILLED_NEW_ARRAY: in CodeFlowVerifyInstruction()
4425 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY); in VerifyNewArray()
/art/compiler/optimizing/
Dinstruction_builder.cc3170 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()