Searched refs:FILLED_NEW_ARRAY (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format35c.java | 70 if (info.opcode == Opcode.FILLED_NEW_ARRAY) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 56 FILLED_NEW_ARRAY, enumConstant
|
D | CodeItem.java | 163 || opcode == Opcode.FILLED_NEW_ARRAY in incrementIndex()
|
D | Instruction.java | 356 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY, "filled-new-array", 0x24, new Format35c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 168 EXPECT_EQ(DumpInst35c(Instruction::FILLED_NEW_ARRAY, 1234, {3, 2}), in TEST()
|
D | dex_instruction.cc | 381 case FILLED_NEW_ARRAY: in DumpString()
|
D | dex_instruction_list.h | 58 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, k…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA) in generateMutation()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 437 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexFile()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 517 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 1276 # FILLED_NEW_ARRAY it follows, even if there is a try boundary between them.
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1767 DCHECK(inst->Opcode() == Instruction::FILLED_NEW_ARRAY || in DoFilledNewArray()
|
D | interpreter_switch_impl-inl.h | 881 ALWAYS_INLINE void FILLED_NEW_ARRAY() REQUIRES_SHARED(Locks::mutator_lock_) { in FILLED_NEW_ARRAY() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2520 case Instruction::FILLED_NEW_ARRAY: in CodeFlowVerifyInstruction() 4419 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY); in VerifyNewArray()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2875 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()
|