Searched refs:parameter1 (Results 1 – 2 of 2) sorted by relevance
80 HInstruction* parameter1 = new (&allocator) HParameterValue( in TEST() local84 entry->AddInstruction(parameter1); in TEST()88 ASSERT_FALSE(parameter1->HasUses()); in TEST()90 HInstruction* to_insert = new (&allocator) HNullCheck(parameter1, 0); in TEST()93 ASSERT_TRUE(parameter1->HasUses()); in TEST()94 ASSERT_TRUE(parameter1->GetUses().HasExactlyOneElement()); in TEST()129 HInstruction* parameter1 = new (&allocator) HParameterValue( in TEST() local131 HInstruction* with_environment = new (&allocator) HNullCheck(parameter1, 0); in TEST()132 entry->AddInstruction(parameter1); in TEST()136 ASSERT_TRUE(parameter1->HasUses()); in TEST()[all …]
72 HInstruction* parameter1 = new (&allocator_) in TEST_F() local76 entry->AddInstruction(parameter1); in TEST_F()92 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F()105 null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F()116 null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F()129 null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F()169 HInstruction* parameter1 = new (&allocator_) in TEST_F() local173 entry->AddInstruction(parameter1); in TEST_F()191 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F()233 HInstruction* parameter1 = new (&allocator_) in TEST_F() local[all …]