Searched refs:parameter1 (Results 1 – 2 of 2) sorted by relevance
190 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local194 entry->AddInstruction(parameter1); in TEST_F()198 ASSERT_FALSE(parameter1->HasUses()); in TEST_F()200 HInstruction* to_insert = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()203 ASSERT_TRUE(parameter1->HasUses()); in TEST_F()204 ASSERT_TRUE(parameter1->GetUses().HasExactlyOneElement()); in TEST_F()233 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local235 HInstruction* with_environment = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()236 entry->AddInstruction(parameter1); in TEST_F()240 ASSERT_TRUE(parameter1->HasUses()); in TEST_F()[all …]
71 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local75 entry->AddInstruction(parameter1); in TEST_F()91 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()104 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()115 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()128 null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()168 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local172 entry->AddInstruction(parameter1); in TEST_F()191 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F()233 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local[all …]