Home
last modified time | relevance | path

Searched refs:NEW_INSTANCE (Results 1 – 18 of 18) 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/runtime/interpreter/mterp/
Dnterp.cc425 case Instruction::NEW_INSTANCE: in NterpGetClassOrAllocateObject()
454 if (inst->Opcode() == Instruction::NEW_INSTANCE) { in NterpGetClassOrAllocateObject()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc467 case Instruction::NEW_INSTANCE: { in ProcessCodeItem()
475 if (opcode == Instruction::NEW_INSTANCE) { in ProcessCodeItem()
Ddexanalyze_experiments.cc447 case Instruction::NEW_INSTANCE: { in ProcessDexFile()
/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.cc504 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter.cc601 } else if (instr->Opcode() == Instruction::NEW_INSTANCE) { in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h727 HANDLER_ATTRIBUTES bool NEW_INSTANCE() { in NEW_INSTANCE() function
/art/compiler/optimizing/
Dinstruction_builder.cc3150 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()
/art/runtime/
Dthread.cc4058 if (inst->Opcode() == Instruction::NEW_INSTANCE || in SweepInterpreterCache()
/art/runtime/verifier/
Dmethod_verifier.cc2510 case Instruction::NEW_INSTANCE: { in CodeFlowVerifyInstruction()