/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 60 HInstruction* arg = new (GetAllocator()) HParameterValue( in TEST_F() 80 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 82 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 84 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F() 86 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F() 88 HInstruction* extra_arg2 = new (GetAllocator()) HParameterValue( in TEST_F() 149 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 151 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 153 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F() 155 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F() [all …]
|
D | select_generator_test.cc | 31 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 49 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
|
D | nodes_test.cc | 37 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 77 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 79 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 102 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 120 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | load_store_analysis_test.cc | 47 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 49 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 127 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() 200 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 202 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 293 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 295 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 504 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 506 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 627 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
|
D | scheduler_test.cc | 95 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 207 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 211 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 215 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 219 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
D | register_allocator_test.cc | 495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() 645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() 721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() 793 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv() 795 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv() 846 HInstruction* one = new (GetAllocator()) HParameterValue( in TEST_F() 848 HInstruction* two = new (GetAllocator()) HParameterValue( in TEST_F() 850 HInstruction* three = new (GetAllocator()) HParameterValue( in TEST_F() 852 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | gvn_test.cc | 34 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 195 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 339 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
|
D | bounds_check_elimination_test.cc | 70 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 72 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 167 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 169 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 232 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 234 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 297 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() 481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() 693 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() [all …]
|
D | nodes_vector_test.cc | 43 int8_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 48 int16_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 53 int32_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | licm_test.cc | 76 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
|
D | load_store_elimination_test.cc | 230 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 235 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 240 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
|
D | instruction_builder.h | 338 HParameterValue* current_this_parameter_;
|
D | loop_optimization_test.cc | 66 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | constant_folding_test.cc | 749 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | reference_type_propagation.cc | 68 void VisitParameterValue(HParameterValue* instr) override; 572 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
|
D | induction_var_range_test.cc | 69 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 74 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | instruction_builder.cc | 578 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() 594 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters()
|
D | superblock_cloner_test.cc | 37 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
|
D | code_generator.h | 201 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
|
D | induction_var_analysis_test.cc | 94 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
|
D | nodes.h | 69 class HParameterValue; variable 5678 class HParameterValue final : public HExpression<0> { 5680 HParameterValue(const DexFile& dex_file,
|
D | code_generator_arm64.cc | 5559 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 5571 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_x86_64.cc | 4643 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 4656 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_x86.cc | 4731 void LocationsBuilderX86::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 4744 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|
D | code_generator_arm_vixl.cc | 5408 void LocationsBuilderARMVIXL::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 5421 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
|