Searched refs:HNewArray (Results 1 – 17 of 17) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 434 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 …]
|
D | instruction_builder.h | 179 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length); 182 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
|
D | scheduler_arm64.cc | 141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
|
D | instruction_builder.cc | 2099 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()
|
D | reference_type_propagation.cc | 67 void VisitNewArray(HNewArray* instr) override; 567 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
|
D | load_store_elimination.cc | 865 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | bounds_check_elimination_test.cc | 600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() 981 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
|
D | scheduler_arm.cc | 879 void SchedulingLatencyVisitorARM::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
|
D | code_generator.h | 698 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
|
D | induction_var_range_test.cc | 704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
|
D | bounds_check_elimination.cc | 1308 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | code_generator.cc | 1798 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
D | nodes.h | 4987 class HNewArray final : public HExpression<2> { 4989 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray() function
|
D | code_generator_arm64.cc | 5445 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5454 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86_64.cc | 4626 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4635 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86.cc | 4714 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4723 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_arm_vixl.cc | 5390 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5399 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|