Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h543 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()
669 ArenaVector<Location> temps_; variable
Dlocations.cc34 temps_(instruction->GetBlock()->GetGraph()->GetArena()->Adapter(kArenaAllocLocationSummary)), in LocationSummary()