Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc140 HEnvironment* parent1 = new (GetAllocator()) HEnvironment( in TEST_F() local
142 parent1->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F()
149 parent1->SetAndCopyParentChain(GetAllocator(), parent2); in TEST_F()
155 environment->SetAndCopyParentChain(GetAllocator(), parent1); in TEST_F()