Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h573 temps_.push_back(location); in AddTemp()
583 return temps_[at]; in GetTemp()
587 DCHECK(temps_[at].IsUnallocated() || temps_[at].IsInvalid()); in SetTempAt()
588 temps_[at] = location; in SetTempAt()
592 return temps_.size(); in GetTempCount()
595 bool HasTemps() const { return !temps_.empty(); } in HasTemps()
710 ArenaVector<Location> temps_; variable
Dlocations.cc34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()