Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc149 parent1->SetAndCopyParentChain(GetAllocator(), parent2); in TEST_F()
155 environment->SetAndCopyParentChain(GetAllocator(), parent1); in TEST_F()
Dnodes.h2009 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain() function
2011 parent_->SetAndCopyParentChain(allocator, parent); in SetAndCopyParentChain()
2016 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain()
2336 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom()
2347 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFromWithLoopPhiAdjustment()
Dnodes.cc2436 current->GetEnvironment()->SetAndCopyParentChain( in InlineInto()