Home
last modified time | relevance | path

Searched refs:HNewArray (Results 1 – 18 of 18) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc492 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 …]
Dinstruction_builder.h174 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length);
177 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
Dscheduler_arm64.cc250 void SchedulingLatencyVisitorARM64::VisitNewArray([[maybe_unused]] HNewArray*) { in VisitNewArray() argument
Dinstruction_builder.cc2420 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()
Dreference_type_propagation.cc64 void VisitNewArray(HNewArray* instr) override;
552 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
Dbounds_check_elimination_test.cc601 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3()
982 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
Dcode_generator.h729 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dscheduler_arm.cc990 void SchedulingLatencyVisitorARM::VisitNewArray([[maybe_unused]] HNewArray*) { in VisitNewArray() argument
Dinduction_var_range_test.cc925 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
Dbounds_check_elimination.cc1321 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dcode_generator.cc1829 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
Dload_store_elimination.cc1177 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dnodes.h5369 class HNewArray final : public HExpression<2> {
5371 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift)
Dcode_generator_arm64.cc5974 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5983 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_riscv64.cc4737 void LocationsBuilderRISCV64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
4746 void InstructionCodeGeneratorRISCV64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86_64.cc5115 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5124 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86.cc5181 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5190 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_arm_vixl.cc5674 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5683 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()