Searched refs:FILLED_NEW_ARRAY (Results 1 – 12 of 12) 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/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/runtime/ |
D | dex_instruction.cc | 364 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, …
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1117 DCHECK(inst->Opcode() == Instruction::FILLED_NEW_ARRAY || in DoFilledNewArray()
|
D | interpreter_switch_impl.cc | 562 case Instruction::FILLED_NEW_ARRAY: { in ExecuteSwitchImpl()
|
/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/verifier/ |
D | method_verifier.cc | 2490 case Instruction::FILLED_NEW_ARRAY: in CodeFlowVerifyInstruction() 4586 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY); in VerifyNewArray()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2532 case Instruction::FILLED_NEW_ARRAY: { in ProcessDexInstruction()
|