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

/art/compiler/optimizing/
H A Dnodes_test.cc79 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot); local
81 entry->AddInstruction(parameter1);
85 ASSERT_FALSE(parameter1->HasUses());
87 HInstruction* to_insert = new (&allocator) HNullCheck(parameter1, 0);
90 ASSERT_TRUE(parameter1->HasUses());
91 ASSERT_TRUE(parameter1->GetUses().HasOnlyOneUse());
125 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot); local
126 HInstruction* with_environment = new (&allocator) HNullCheck(parameter1, 0);
127 entry->AddInstruction(parameter1);
131 ASSERT_TRUE(parameter1
[all...]
H A Dbounds_check_elimination_test.cc51 HInstruction* parameter1 = new (&allocator) local
55 entry->AddInstruction(parameter1);
71 HNullCheck* null_check = new (&allocator) HNullCheck(parameter1, 0);
84 null_check = new (&allocator) HNullCheck(parameter1, 0);
95 null_check = new (&allocator) HNullCheck(parameter1, 0);
108 null_check = new (&allocator) HNullCheck(parameter1, 0);
156 HInstruction* parameter1 = new (&allocator) local
160 entry->AddInstruction(parameter1);
178 HNullCheck* null_check = new (&allocator) HNullCheck(parameter1, 0);
228 HInstruction* parameter1 local
[all...]

Completed in 89 milliseconds