Lines Matching refs:parameter1
70 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local
74 entry->AddInstruction(parameter1); in TEST_F()
90 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()
103 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()
114 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()
127 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()
167 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local
171 entry->AddInstruction(parameter1); in TEST_F()
190 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()
232 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local
236 entry->AddInstruction(parameter1); in TEST_F()
245 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()