Searched refs:NEW_ARRAY (Results 1 – 12 of 12) sorted by relevance
/art/test/080-oom-throw/ |
D | expected.txt | 3 NEW_ARRAY correctly threw OOME
|
D | info.txt | 1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format22c.java | 67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewArrayLengthChanger.java | 133 return opcode == Opcode.NEW_ARRAY; in isNewArray()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 55 NEW_ARRAY, enumConstant
|
D | CodeItem.java | 169 } else if (opcode == Opcode.INSTANCE_OF || opcode == Opcode.NEW_ARRAY) { in incrementIndex()
|
D | Instruction.java | 355 addOpcodeInfo(Opcode.NEW_ARRAY, "new-array", 0x23, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction.cc | 305 case NEW_ARRAY: in DumpString()
|
D | dex_instruction_list.h | 57 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2486 case Instruction::NEW_ARRAY: in CodeFlowVerifyInstruction() 4588 DCHECK_EQ(inst->Opcode(), Instruction::NEW_ARRAY); in VerifyNewArray()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 602 case Instruction::NEW_ARRAY: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2571 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()
|