/art/test/080-oom-throw/ |
D | expected.txt | 3 NEW_INSTANCE correctly threw OOME
|
D | info.txt | 1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 552 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 …]
|
D | gvn_dead_code_elimination_test.cc | 587 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 …]
|
D | local_value_numbering_test.cc | 295 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()
|
D | type_inference.cc | 793 case Instruction::NEW_INSTANCE: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1141 case Instruction::NEW_INSTANCE: in RecordMIR()
|
D | mir_optimization.cc | 1667 if (opcode == Instruction::NEW_INSTANCE) { in StringChange()
|
D | local_value_numbering.cc | 1637 case Instruction::NEW_INSTANCE: in GetValueNumber()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format21c.java | 72 || info.opcode == Opcode.NEW_INSTANCE) { in getPoolIndexKind()
|
/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/runtime/ |
D | dex_instruction.cc | 191 case NEW_INSTANCE: in DumpString()
|
D | dex_instruction_list.h | 55 …V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kTypeRef, kContinue | kThrow | kClobber, kVerify…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 172 Instruction::NEW_INSTANCE,
|
D | mir_to_lir.cc | 623 case Instruction::NEW_INSTANCE: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1218 case Instruction::NEW_INSTANCE: in AnalyzeMIR()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 686 case Instruction::NEW_INSTANCE: in ComputeWidthsAndCountOps() 1992 case Instruction::NEW_INSTANCE: { in CodeFlowVerifyInstruction()
|
/art/compiler/optimizing/ |
D | builder.cc | 2010 case Instruction::NEW_INSTANCE: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 511 HANDLE_INSTRUCTION_START(NEW_INSTANCE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 414 case Instruction::NEW_INSTANCE: { in ExecuteSwitchImpl()
|