Home
last modified time | relevance | path

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

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