Home
last modified time | relevance | path

Searched refs:HParameterValue (Results 1 – 25 of 25) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc71 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 …]
Dnodes_test.cc37 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()
Dload_store_analysis_test.cc51 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()
Dscheduler_test.cc102 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()
Dbounds_check_elimination_test.cc73 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 …]
Dregister_allocator_test.cc497 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()
Dgvn_test.cc36 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()
Dloop_optimization_test.cc51 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dlicm_test.cc77 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildLoop()
Dinstruction_builder.h339 HParameterValue* current_this_parameter_;
Dload_store_analysis.h502 void VisitParameterValue(HParameterValue* instruction) OVERRIDE { in VisitParameterValue()
Dnodes_vector_test.cc45 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dreference_type_propagation.cc89 void VisitParameterValue(HParameterValue* instr) OVERRIDE;
577 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
Dconstant_folding_test.cc758 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F()
Dinstruction_builder.cc460 HParameterValue* parameter = new (arena_) HParameterValue(*dex_file_, in InitializeParameters()
476 HParameterValue* parameter = new (arena_) HParameterValue( in InitializeParameters()
Dinduction_var_range_test.cc70 x_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
75 y_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dcode_generator.h199 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
Dinduction_var_analysis_test.cc96 parameter_ = new (&allocator_) HParameterValue( in BuildLoopNest()
Dnodes.h62 class HParameterValue; variable
5068 class HParameterValue FINAL : public HExpression<0> {
5070 HParameterValue(const DexFile& dex_file,
5107 DISALLOW_COPY_AND_ASSIGN(HParameterValue);
Dcode_generator_arm64.cc5377 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
5389 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
Dcode_generator_mips64.cc5700 void LocationsBuilderMIPS64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
5711 void InstructionCodeGeneratorMIPS64::VisitParameterValue(HParameterValue* instruction in VisitParameterValue()
Dcode_generator_x86_64.cc4113 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
4126 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
Dcode_generator_x86.cc4250 void LocationsBuilderX86::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
4263 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
Dcode_generator_arm_vixl.cc5353 void LocationsBuilderARMVIXL::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
5366 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
Dcode_generator_mips.cc7989 void LocationsBuilderMIPS::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
8000 void InstructionCodeGeneratorMIPS::VisitParameterValue(HParameterValue* instruction in VisitParameterValue()