Home
last modified time | relevance | path

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

/art/test/080-oom-throw/
Dexpected.txt3 NEW_ARRAY correctly threw OOME
Dinfo.txt1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat22c.java67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewArrayLengthChanger.java133 return opcode == Opcode.NEW_ARRAY; in isNewArray()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java55 NEW_ARRAY, enumConstant
DCodeItem.java169 } else if (opcode == Opcode.INSTANCE_OF || opcode == Opcode.NEW_ARRAY) { in incrementIndex()
DInstruction.java355 addOpcodeInfo(Opcode.NEW_ARRAY, "new-array", 0x23, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc305 case NEW_ARRAY: in DumpString()
Ddex_instruction_list.h57 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k…
/art/runtime/verifier/
Dmethod_verifier.cc2486 case Instruction::NEW_ARRAY: in CodeFlowVerifyInstruction()
4588 DCHECK_EQ(inst->Opcode(), Instruction::NEW_ARRAY); in VerifyNewArray()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc602 case Instruction::NEW_ARRAY: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2571 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()