Home
last modified time | relevance | path

Searched refs:NEW_INSTANCE (Results 1 – 13 of 13) sorted by relevance

/art/test/080-oom-throw/
Dexpected.txt4 NEW_INSTANCE 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/
DFormat21c.java72 || info.opcode == Opcode.NEW_INSTANCE) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewInstanceChanger.java90 if (mInsn.insn.info.opcode == Opcode.NEW_INSTANCE) { in generateCachedNewInstanceInsns()
105 if (mInsn.insn.info.opcode == Opcode.NEW_INSTANCE) { in canMutate()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java54 NEW_INSTANCE, enumConstant
DCodeItem.java162 || opcode == Opcode.NEW_INSTANCE in incrementIndex()
DInstruction.java354 addOpcodeInfo(Opcode.NEW_INSTANCE, "new-instance", 0x22, new Format21c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction.cc222 case NEW_INSTANCE: in DumpString()
Ddex_instruction_list.h56 …V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRe…
/art/tools/veridex/
Dflow_analysis.cc496 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter.cc546 } else if (instr->Opcode() == Instruction::NEW_INSTANCE) { in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl.cc653 case Instruction::NEW_INSTANCE: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2708 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()