Lines Matching refs:HParameterValue
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()
796 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
968 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F()