Home
last modified time | relevance | path

Searched refs:NEW_ARRAY (Results 1 – 17 of 17) 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.java145 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/libdexfile/dex/
Ddex_instruction.cc325 case NEW_ARRAY: in DumpString()
Ddex_instruction_list.h57 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k…
/art/runtime/interpreter/mterp/
Dnterp.cc437 case Instruction::NEW_ARRAY: in NterpGetClassOrAllocateObject()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc433 case Instruction::NEW_ARRAY: { in ProcessDexFile()
Ddexanalyze_bytecode.cc451 case Instruction::NEW_ARRAY: { in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc510 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h759 HANDLER_ATTRIBUTES bool NEW_ARRAY() { in NEW_ARRAY() function
/art/compiler/optimizing/
Dinstruction_builder.cc1303 case Instruction::NEW_ARRAY: in HasTrivialClinit()
3160 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2531 case Instruction::NEW_ARRAY: in CodeFlowVerifyInstruction()
4422 DCHECK_EQ(inst->Opcode(), Instruction::NEW_ARRAY); in VerifyNewArray()
/art/runtime/
Dthread.cc4061 inst->Opcode() == Instruction::NEW_ARRAY || in SweepInterpreterCache()