Searched refs:HNewArray (Results 1 – 17 of 17) sorted by relevance
/art/compiler/optimizing/ |
D | scheduler_arm64.cc | 139 void SchedulingLatencyVisitorARM64::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
|
D | instruction_builder.h | 199 HNewArray* BuildFilledNewArray(uint32_t dex_pc,
|
D | instruction_builder.cc | 1571 HNewArray* HInstructionBuilder::BuildFilledNewArray(uint32_t dex_pc, in BuildFilledNewArray() 1579 HNewArray* const object = new (arena_) HNewArray(cls, length, dex_pc); in BuildFilledNewArray() 2576 HNewArray* new_array = new (arena_) HNewArray(cls, length, dex_pc); in ProcessDexInstruction() 2588 HNewArray* new_array = BuildFilledNewArray(dex_pc, in ProcessDexInstruction() 2602 HNewArray* new_array = BuildFilledNewArray(dex_pc, in ProcessDexInstruction()
|
D | load_store_analysis.h | 469 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
D | reference_type_propagation.cc | 88 void VisitNewArray(HNewArray* instr) OVERRIDE; 572 void ReferenceTypePropagation::RTPVisitor::VisitNewArray(HNewArray* instr) { in VisitNewArray()
|
D | scheduler_arm.cc | 548 void SchedulingLatencyVisitorARM::VisitNewArray(HNewArray* ATTRIBUTE_UNUSED) { in VisitNewArray()
|
D | load_store_elimination.cc | 599 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
D | bounds_check_elimination_test.cc | 600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3()
|
D | induction_var_range_test.cc | 706 HInstruction* new_array = new (&allocator_) HNewArray(x_, x_, 0); in TEST_F()
|
D | bounds_check_elimination.cc | 1124 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
D | nodes.h | 4510 class HNewArray FINAL : public HExpression<2> { 4512 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc) in HNewArray() function 4538 DISALLOW_COPY_AND_ASSIGN(HNewArray);
|
D | code_generator_arm64.cc | 5247 void LocationsBuilderARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5256 void InstructionCodeGeneratorARM64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_mips64.cc | 5569 void LocationsBuilderMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5578 void InstructionCodeGeneratorMIPS64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86_64.cc | 4094 void LocationsBuilderX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4103 void InstructionCodeGeneratorX86_64::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_x86.cc | 4231 void LocationsBuilderX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 4240 void InstructionCodeGeneratorX86::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_arm_vixl.cc | 5334 void LocationsBuilderARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 5343 void InstructionCodeGeneratorARMVIXL::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|
D | code_generator_mips.cc | 7850 void LocationsBuilderMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray() 7859 void InstructionCodeGeneratorMIPS::VisitNewArray(HNewArray* instruction) { in VisitNewArray()
|