Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc154 parent1->SetAndCopyParentChain(&allocator, parent2); in TEST()
160 environment->SetAndCopyParentChain(&allocator, parent1); in TEST()
Dnodes.h1138 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain() function
1145 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain()
1428 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom()
1442 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFromWithLoopPhiAdjustment()