Searched refs:NEW_ARRAY (Results 1 – 15 of 15) 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 | 145 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/libdexfile/dex/ |
D | dex_instruction.cc | 325 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/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 433 case Instruction::NEW_ARRAY: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 451 case Instruction::NEW_ARRAY: { in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 510 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1224 case Instruction::NEW_ARRAY: in HasTrivialClinit() 2865 case Instruction::NEW_ARRAY: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2517 case Instruction::NEW_ARRAY: in CodeFlowVerifyInstruction() 4416 DCHECK_EQ(inst->Opcode(), Instruction::NEW_ARRAY); in VerifyNewArray()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 865 ALWAYS_INLINE void NEW_ARRAY() REQUIRES_SHARED(Locks::mutator_lock_) { in NEW_ARRAY() function
|