Searched refs:temps_ (Results 1 – 2 of 2) sorted by relevance
556 temps_.push_back(location); in AddTemp()566 return temps_[at]; in GetTemp()570 DCHECK(temps_[at].IsUnallocated() || temps_[at].IsInvalid()); in SetTempAt()571 temps_[at] = location; in SetTempAt()575 return temps_.size(); in GetTempCount()578 bool HasTemps() const { return !temps_.empty(); } in HasTemps()687 ArenaVector<Location> temps_; variable
34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()