Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h237 DCHECK(first_env_use_ == nullptr) << "A temporary cannot have environment user"; in AddTempUse()
292 first_env_use_ = new (allocator_) UsePosition(
293 instruction, environment, input_index, position, first_env_use_);
534 return first_env_use_; in GetFirstEnvironmentUse()
590 new_interval->first_env_use_ = first_env_use_; in SplitAt()
670 use = first_env_use_; in Dump()
777 if (first_env_use_ != nullptr) {
778 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);
877 first_env_use_(nullptr), in allocator_()
1033 UsePosition* first_env_use_; variable