Lines Matching refs:parameter_
40 parameter_(nullptr), in LICMTest()
77 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
81 entry_->AddInstruction(parameter_); in BuildLoop()
85 loop_header_->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildLoop()
110 HInstruction* parameter_; // "this" member in art::LICMTest
123 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
134 parameter_, int_constant_, nullptr, DataType::Type::kInt32, MemberOffset(20), in TEST_F()
150 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
160 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F()
184 parameter_, int_constant_, DataType::Type::kInt32, 0); in TEST_F()
187 parameter_, int_constant_, float_constant_, DataType::Type::kFloat32, 0); in TEST_F()
202 parameter_, int_constant_, DataType::Type::kFloat32, 0); in TEST_F()
205 parameter_, get_array, float_constant_, DataType::Type::kFloat32, 0); in TEST_F()