Searched refs:HNewArray (Results 1 – 18 of 18) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 181 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length); 184 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
|
D | scheduler_arm64.cc | 141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
|
D | instruction_builder.cc | 1804 HNewArray* HInstructionBuilder::BuildNewArray(uint32_t dex_pc, in BuildNewArray() 1813 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() 1818 HNewArray* HInstructionBuilder::BuildFilledNewArray(uint32_t dex_pc, in BuildFilledNewArray() 1824 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() 2868 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() 2880 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() 2888 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction()
|
D | reference_type_propagation.cc | 106 void VisitNewArray(HNewArray* instr) override; 606 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
|
D | load_store_elimination.cc | 832 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 | 638 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 | 1207 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | code_generator.cc | 1656 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
D | code_generator_arm64.cc | 5001 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5010 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | nodes.h | 4876 class HNewArray final : public HExpression<2> { 4878 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray() function
|
D | code_generator_mips64.cc | 6625 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 6634 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86_64.cc | 4413 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4422 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86.cc | 4543 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4552 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_arm_vixl.cc | 5041 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5050 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_mips.cc | 8694 void LocationsBuilderMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 8703 void InstructionCodeGeneratorMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|