Home
last modified time | relevance | path

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

/art/test/080-oom-throw/
Dexpected.txt3 NEW_INSTANCE correctly threw OOME
Dinfo.txt1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
/art/compiler/dex/
Dglobal_value_numbering_test.cc552 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 100u), in TEST_F()
556 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 200u), in TEST_F()
560 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 300u), in TEST_F()
566 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 400u), in TEST_F()
573 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 500u), in TEST_F()
580 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 600u), in TEST_F()
581 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 601u), in TEST_F()
582 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 602u), in TEST_F()
589 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 700u), in TEST_F()
599 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 800u), in TEST_F()
[all …]
Dgvn_dead_code_elimination_test.cc587 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
628 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
670 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
711 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
750 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
939 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
978 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
980 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 2u), in TEST_F()
1019 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u), in TEST_F()
1055 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 1u), in TEST_F()
[all …]
Dlocal_value_numbering_test.cc295 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 10u), in TEST_F()
317 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 11u), in TEST_F()
339 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 10u), in TEST_F()
393 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 30u), in TEST_F()
479 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 200u), in TEST_F()
593 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 20u), in TEST_F()
693 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 50u), // Test with unique references. in TEST_F()
Dtype_inference.cc793 case Instruction::NEW_INSTANCE: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1141 case Instruction::NEW_INSTANCE: in RecordMIR()
Dmir_optimization.cc1667 if (opcode == Instruction::NEW_INSTANCE) { in StringChange()
Dlocal_value_numbering.cc1637 case Instruction::NEW_INSTANCE: in GetValueNumber()
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat21c.java72 || info.opcode == Opcode.NEW_INSTANCE) { in getPoolIndexKind()
/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/
Ddex_instruction.cc191 case NEW_INSTANCE: in DumpString()
Ddex_instruction_list.h55 …V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kTypeRef, kContinue | kThrow | kClobber, kVerify…
/art/compiler/dex/quick/
Dquick_compiler.cc172 Instruction::NEW_INSTANCE,
Dmir_to_lir.cc623 case Instruction::NEW_INSTANCE: in CompileDalvikInstruction()
Dralloc_util.cc1218 case Instruction::NEW_INSTANCE: in AnalyzeMIR()
/art/runtime/verifier/
Dmethod_verifier.cc686 case Instruction::NEW_INSTANCE: in ComputeWidthsAndCountOps()
1992 case Instruction::NEW_INSTANCE: { in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dbuilder.cc2010 case Instruction::NEW_INSTANCE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc511 HANDLE_INSTRUCTION_START(NEW_INSTANCE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc414 case Instruction::NEW_INSTANCE: { in ExecuteSwitchImpl()