Searched refs:temps_ (Results 1 – 2 of 2) sorted by relevance
580 temps_.push_back(location); in AddTemp()590 return temps_[at]; in GetTemp()594 DCHECK(temps_[at].IsUnallocated() || temps_[at].IsInvalid()); in SetTempAt()595 temps_[at] = location; in SetTempAt()599 return temps_.size(); in GetTempCount()602 bool HasTemps() const { return !temps_.empty(); } in HasTemps()717 ArenaVector<Location> temps_; variable
34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()