Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc159 parent1->SetAndCopyParentChain(&allocator, parent2); in TEST()
165 environment->SetAndCopyParentChain(&allocator, parent1); in TEST()
Dnodes.h1803 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain() function
1805 parent_->SetAndCopyParentChain(allocator, parent); in SetAndCopyParentChain()
1810 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain()
2098 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom()
2109 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFromWithLoopPhiAdjustment()
Dnodes.cc2143 current->GetEnvironment()->SetAndCopyParentChain( in InlineInto()