Lines Matching refs:HParameterValue
71 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
73 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
168 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
170 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
233 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
235 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
298 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
367 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1()
482 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2()
694 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4()
797 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
969 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F()