Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h181 HNewArray* BuildNewArray(uint32_t dex_pc, dex::TypeIndex type_index, HInstruction* length);
184 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
Dscheduler_arm64.cc141 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
Dinstruction_builder.cc1804 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()
Dreference_type_propagation.cc106 void VisitNewArray(HNewArray* instr) override;
606 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
Dload_store_elimination.cc832 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.h638 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dinduction_var_range_test.cc704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
Dbounds_check_elimination.cc1207 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dcode_generator.cc1656 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
Dcode_generator_arm64.cc5001 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5010 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dnodes.h4876 class HNewArray final : public HExpression<2> {
4878 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray() function
Dcode_generator_mips64.cc6625 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
6634 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86_64.cc4413 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
4422 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_x86.cc4543 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
4552 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_arm_vixl.cc5041 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
5050 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
Dcode_generator_mips.cc8694 void LocationsBuilderMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
8703 void InstructionCodeGeneratorMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray()