Lines Matching refs:parameter_
39 parameter_(nullptr), in LICMTest()
76 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
80 entry_->AddInstruction(parameter_); in BuildLoop()
84 loop_header_->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildLoop()
109 HInstruction* parameter_; // "this" member in art::LICMTest
122 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
133 parameter_, int_constant_, nullptr, DataType::Type::kInt32, MemberOffset(20), in TEST_F()
149 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
159 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F()
183 parameter_, int_constant_, DataType::Type::kInt32, 0); in TEST_F()
186 parameter_, int_constant_, float_constant_, DataType::Type::kFloat32, 0); in TEST_F()
201 parameter_, int_constant_, DataType::Type::kFloat32, 0); in TEST_F()
204 parameter_, get_array, float_constant_, DataType::Type::kFloat32, 0); in TEST_F()