Searched defs:GetParent (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dprofiler.h59 StackTrieNode* GetParent() { return parent_; } function in class:art::StackTrieNode
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h406 LiveInterval* GetParent() const { return parent_; } function in class:art::LiveInterval
757 return GetParent()->is_high_interval_;
761 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr);
H A Dnodes.h1680 if (parent->GetParent() != nullptr) {
1681 parent_->SetAndCopyParentChain(allocator, parent->GetParent());
1706 HEnvironment* GetParent() const { return parent_; } function in class:art::HEnvironment
1738 return GetParent() != nullptr;
1916 if (environment->GetParent() != nullptr) {
1917 environment_->SetAndCopyParentChain(allocator, environment->GetParent());
1927 if (environment->GetParent() != nullptr) {
1928 environment_->SetAndCopyParentChain(allocator, environment->GetParent());

Completed in 102 milliseconds