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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h440 LiveInterval* GetParent() const { return parent_; } function in class:art::LiveInterval
807 return GetParent()->is_high_interval_;
811 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr);
H A Dnodes.h1800 if (parent->GetParent() != nullptr) {
1801 parent_->SetAndCopyParentChain(allocator, parent->GetParent());
1826 HEnvironment* GetParent() const { return parent_; } function in class:art::HEnvironment
1850 return GetParent() != nullptr;
2073 DCHECK(environment->GetParent() == nullptr);
2087 if (environment->GetParent() != nullptr) {
2088 environment_->SetAndCopyParentChain(allocator, environment->GetParent());
2098 if (environment->GetParent() != nullptr) {
2099 environment_->SetAndCopyParentChain(allocator, environment->GetParent());

Completed in 94 milliseconds