Lines Matching refs:parameter
297 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
299 entry->AddInstruction(parameter); in TEST_F()
310 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
321 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
332 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() local
368 entry->AddInstruction(parameter); in BuildSSAGraph1()
392 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1()
409 null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1()
481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() local
483 entry->AddInstruction(parameter); in BuildSSAGraph2()
493 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph2()
526 null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph2()
693 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() local
695 entry->AddInstruction(parameter); in BuildSSAGraph4()
720 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph4()
736 null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph4()
796 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
798 entry->AddInstruction(parameter); in TEST_F()
816 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
832 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
849 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
859 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
878 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
889 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
898 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
908 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()