/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 71 HInstruction* arg = new (&allocator_) HParameterValue( in TEST_F() 91 HInstruction* array = new (&allocator_) HParameterValue( in TEST_F() 93 HInstruction* index = new (&allocator_) HParameterValue( in TEST_F() 95 HInstruction* value = new (&allocator_) HParameterValue( in TEST_F() 97 HInstruction* extra_arg1 = new (&allocator_) HParameterValue( in TEST_F() 99 HInstruction* extra_arg2 = new (&allocator_) HParameterValue( in TEST_F() 161 HInstruction* array = new (&allocator_) HParameterValue( in TEST_F() 163 HInstruction* index = new (&allocator_) HParameterValue( in TEST_F() 165 HInstruction* value = new (&allocator_) HParameterValue( in TEST_F() 167 HInstruction* extra_arg1 = new (&allocator_) HParameterValue( in TEST_F() [all …]
|
D | nodes_test.cc | 37 HInstruction* parameter = new (&allocator) HParameterValue( in TEST() 80 HInstruction* parameter1 = new (&allocator) HParameterValue( in TEST() 82 HInstruction* parameter2 = new (&allocator) HParameterValue( in TEST() 108 HInstruction* parameter = new (&allocator) HParameterValue( in TEST() 129 HInstruction* parameter1 = new (&allocator) HParameterValue( in TEST()
|
D | load_store_analysis_test.cc | 51 HInstruction* array = new (&allocator_) HParameterValue( in TEST_F() 53 HInstruction* index = new (&allocator_) HParameterValue( in TEST_F() 121 HInstruction* object = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TEST_F() 193 HInstruction* array = new (&allocator_) HParameterValue( in TEST_F() 195 HInstruction* index = new (&allocator_) HParameterValue( in TEST_F() 277 HInstruction* array = new (&allocator_) HParameterValue( in TEST_F() 279 HInstruction* index = new (&allocator_) HParameterValue( in TEST_F()
|
D | scheduler_test.cc | 102 HInstruction* array = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 203 HInstruction* arr = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 207 HInstruction* i = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 211 HInstruction* j = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 215 HInstruction* object = new (&allocator_) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
D | bounds_check_elimination_test.cc | 73 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array in TEST_F() 75 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i in TEST_F() 170 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array in TEST_F() 172 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i in TEST_F() 234 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array in TEST_F() 236 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i in TEST_F() 297 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F() 366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() 481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() 692 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() [all …]
|
D | register_allocator_test.cc | 497 HInstruction* parameter = new (allocator) HParameterValue( in BuildIfElseWithPhi() 659 HInstruction* parameter = new (allocator) HParameterValue( in BuildFieldReturn() 743 HInstruction* parameter = new (allocator) HParameterValue( in BuildTwoSubs() 822 HInstruction* first = new (allocator) HParameterValue( in BuildDiv() 824 HInstruction* second = new (allocator) HParameterValue( in BuildDiv() 884 HInstruction* one = new (&allocator) HParameterValue( in TEST_F() 886 HInstruction* two = new (&allocator) HParameterValue( in TEST_F() 888 HInstruction* three = new (&allocator) HParameterValue( in TEST_F() 890 HInstruction* four = new (&allocator) HParameterValue( in TEST_F()
|
D | gvn_test.cc | 36 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() 120 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() 203 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() 350 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F()
|
D | loop_optimization_test.cc | 51 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | licm_test.cc | 77 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildLoop()
|
D | instruction_builder.h | 339 HParameterValue* current_this_parameter_;
|
D | load_store_analysis.h | 502 void VisitParameterValue(HParameterValue* instruction) OVERRIDE { in VisitParameterValue()
|
D | nodes_vector_test.cc | 45 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | reference_type_propagation.cc | 89 void VisitParameterValue(HParameterValue* instr) OVERRIDE; 577 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
|
D | constant_folding_test.cc | 758 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F()
|
D | instruction_builder.cc | 460 HParameterValue* parameter = new (arena_) HParameterValue(*dex_file_, in InitializeParameters() 476 HParameterValue* parameter = new (arena_) HParameterValue( in InitializeParameters()
|
D | induction_var_range_test.cc | 70 x_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph() 75 y_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | code_generator.h | 199 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
|
D | induction_var_analysis_test.cc | 96 parameter_ = new (&allocator_) HParameterValue( in BuildLoopNest()
|
D | nodes.h | 62 class HParameterValue; variable 5068 class HParameterValue FINAL : public HExpression<0> { 5070 HParameterValue(const DexFile& dex_file, 5107 DISALLOW_COPY_AND_ASSIGN(HParameterValue);
|
D | code_generator_arm64.cc | 5377 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 5389 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_mips64.cc | 5700 void LocationsBuilderMIPS64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 5711 void InstructionCodeGeneratorMIPS64::VisitParameterValue(HParameterValue* instruction in VisitParameterValue()
|
D | code_generator_x86_64.cc | 4113 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 4126 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_x86.cc | 4250 void LocationsBuilderX86::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 4263 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_arm_vixl.cc | 5353 void LocationsBuilderARMVIXL::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 5366 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_mips.cc | 7989 void LocationsBuilderMIPS::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 8000 void InstructionCodeGeneratorMIPS::VisitParameterValue(HParameterValue* instruction in VisitParameterValue()
|