Searched refs:NEW_INSTANCE (Results 1 – 18 of 18) sorted by relevance
/art/test/080-oom-throw/ |
D | expected-stdout.txt | 4 NEW_INSTANCE 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 | Format21c.java | 72 || info.opcode == Opcode.NEW_INSTANCE) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewInstanceChanger.java | 90 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/ |
D | Opcode.java | 54 NEW_INSTANCE, enumConstant
|
D | CodeItem.java | 162 || opcode == Opcode.NEW_INSTANCE in incrementIndex()
|
D | Instruction.java | 354 addOpcodeInfo(Opcode.NEW_INSTANCE, "new-instance", 0x22, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 467 case Instruction::NEW_INSTANCE: { in ProcessCodeItem() 475 if (opcode == Instruction::NEW_INSTANCE) { in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 447 case Instruction::NEW_INSTANCE: { in ProcessDexFile()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 541 case Instruction::NEW_INSTANCE: in NterpGetClassOrAllocateObject() 570 if (inst->Opcode() == Instruction::NEW_INSTANCE) { in NterpGetClassOrAllocateObject()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 222 case NEW_INSTANCE: in DumpString()
|
D | dex_instruction_list.h | 56 …V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRe…
|
/art/tools/veridex/ |
D | flow_analysis.cc | 527 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 590 } else if (instr->Opcode() == Instruction::NEW_INSTANCE) { in EnterInterpreterFromDeoptimize()
|
D | interpreter_switch_impl-inl.h | 666 HANDLER_ATTRIBUTES bool NEW_INSTANCE() { in NEW_INSTANCE() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3318 case Instruction::NEW_INSTANCE: { in ProcessDexInstruction()
|
/art/runtime/ |
D | thread.cc | 4193 if (inst->Opcode() == Instruction::NEW_INSTANCE || in SweepInterpreterCache()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2502 case Instruction::NEW_INSTANCE: { in CodeFlowVerifyInstruction()
|