Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc434 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
472 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
594 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
598 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
635 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
657 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
681 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
704 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
728 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
752 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
[all …]
Dinstruction_builder.h179 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length);
182 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
Dscheduler_arm64.cc141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
Dinstruction_builder.cc2099 HNewArray* HInstructionBuilder::BuildNewArray(uint32_t dex_pc, in BuildNewArray()
2108 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray()
2113 HNewArray* HInstructionBuilder::BuildFilledNewArray(uint32_t dex_pc, in BuildFilledNewArray()
2119 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray()
3163 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction()
3175 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction()
3183 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction()
Dreference_type_propagation.cc67 void VisitNewArray(HNewArray* instr) override;
567 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
Dload_store_elimination.cc865 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dbounds_check_elimination_test.cc600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3()
981 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
Dscheduler_arm.cc879 void SchedulingLatencyVisitorARM::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
Dcode_generator.h698 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dinduction_var_range_test.cc704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
Dbounds_check_elimination.cc1308 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dcode_generator.cc1798 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
Dnodes.h4987 class HNewArray final : public HExpression<2> {
4989 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray() function
Dcode_generator_arm64.cc5445 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5454 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86_64.cc4626 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
4635 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86.cc4714 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
4723 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_arm_vixl.cc5390 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5399 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()