Searched defs:parameter1 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_test.cc80 HInstruction* parameter1 = new (&allocator) HParameterValue( local
84 entry->AddInstruction(parameter1);
88 ASSERT_FALSE(parameter1->HasUses());
90 HInstruction* to_insert = new (&allocator) HNullCheck(parameter1, 0);
93 ASSERT_TRUE(parameter1->HasUses());
94 ASSERT_TRUE(parameter1->GetUses().HasExactlyOneElement());
129 HInstruction* parameter1 = new (&allocator) HParameterValue( local
131 HInstruction* with_environment = new (&allocator) HNullCheck(parameter1, 0);
132 entry->AddInstruction(parameter1);
136 ASSERT_TRUE(parameter1
[all...]
H A Dbounds_check_elimination_test.cc72 HInstruction* parameter1 = new (&allocator_) local
76 entry->AddInstruction(parameter1);
92 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0);
105 null_check = new (&allocator_) HNullCheck(parameter1, 0);
116 null_check = new (&allocator_) HNullCheck(parameter1, 0);
129 null_check = new (&allocator_) HNullCheck(parameter1, 0);
169 HInstruction* parameter1 = new (&allocator_) local
173 entry->AddInstruction(parameter1);
191 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0);
233 HInstruction* parameter1 local
[all...]

Completed in 111 milliseconds