Searched refs:temps_ (Results 1 – 2 of 2) sorted by relevance
543 temps_.push_back(location); in AddTemp()553 return temps_[at]; in GetTemp()557 DCHECK(temps_[at].IsUnallocated() || temps_[at].IsInvalid()); in SetTempAt()558 temps_[at] = location; in SetTempAt()562 return temps_.size(); in GetTempCount()565 bool HasTemps() const { return !temps_.empty(); } in HasTemps()674 ArenaVector<Location> temps_; variable
34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()