Home
last modified time | relevance | path

Searched refs:parameter1 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes_test.cc190 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local
194 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() local
235 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 …]
Dbounds_check_elimination_test.cc71 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() local
75 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() local
172 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 …]