/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 492 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 532 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 661 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 669 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 707 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 762 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 788 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 813 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 837 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 861 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() [all …]
|
D | instruction_builder.h | 174 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length); 177 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
|
D | scheduler_arm64.cc | 250 void SchedulingLatencyVisitorARM64::VisitNewArray([[maybe_unused]] HNewArray*) { in VisitNewArray() argument
|
D | instruction_builder.cc | 2420 HNewArray* HInstructionBuilder::BuildNewArray(uint32_t dex_pc, in BuildNewArray() 2429 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() 2434 HNewArray* HInstructionBuilder::BuildFilledNewArray(uint32_t dex_pc, in BuildFilledNewArray() 2440 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() 3521 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() 3533 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() 3541 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction()
|
D | reference_type_propagation.cc | 64 void VisitNewArray(HNewArray* instr) override; 552 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
|
D | bounds_check_elimination_test.cc | 601 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() 982 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
|
D | code_generator.h | 729 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
|
D | scheduler_arm.cc | 990 void SchedulingLatencyVisitorARM::VisitNewArray([[maybe_unused]] HNewArray*) { in VisitNewArray() argument
|
D | induction_var_range_test.cc | 925 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
|
D | bounds_check_elimination.cc | 1321 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | code_generator.cc | 1829 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
D | load_store_elimination.cc | 1177 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | nodes.h | 5369 class HNewArray final : public HExpression<2> { 5371 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift)
|
D | code_generator_arm64.cc | 5974 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5983 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_riscv64.cc | 4737 void LocationsBuilderRISCV64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4746 void InstructionCodeGeneratorRISCV64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86_64.cc | 5115 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5124 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86.cc | 5181 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5190 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_arm_vixl.cc | 5674 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5683 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|