Searched refs:parent1 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_test.cc150 HEnvironment* parent1 = new (&allocator) HEnvironment( local
152 parent1->CopyFrom(array);
159 parent1->SetAndCopyParentChain(&allocator, parent2);
161 // One use for parent2, and one other use for the new parent of parent1.
165 environment->SetAndCopyParentChain(&allocator, parent1);

Completed in 188 milliseconds