Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h112 environment_(environment), in UsePosition()
128 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment()
130 bool GetIsEnvironment() const { return environment_ != nullptr; } in GetIsEnvironment()
145 user_, environment_, input_index_, position_, in Dup()
160 HEnvironment* const environment_; variable
Dnodes.h1768 environment_(nullptr), in HInstruction()
1897 bool HasEnvironment() const { return environment_ != nullptr; } in HasEnvironment()
1898 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment()
1902 DCHECK(environment_ == nullptr); in SetRawEnvironment()
1904 environment_ = environment; in SetRawEnvironment()
1912 DCHECK(environment_ == nullptr); in CopyEnvironmentFrom()
1914 environment_ = new (allocator) HEnvironment(allocator, *environment, this); in CopyEnvironmentFrom()
1915 environment_->CopyFrom(environment); in CopyEnvironmentFrom()
1917 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom()
1923 DCHECK(environment_ == nullptr); in CopyEnvironmentFromWithLoopPhiAdjustment()
[all …]
Dnodes.cc1079 environment_ = nullptr; in RemoveEnvironment()
1117 return HasEnvironment() ? environment_->Size() : 0; in EnvironmentSize()