Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h512 temps_.Add(location); in AddTemp()
516 return temps_.Get(at); in GetTemp()
520 DCHECK(temps_.Get(at).IsUnallocated() || temps_.Get(at).IsInvalid()); in SetTempAt()
521 temps_.Put(at, location); in SetTempAt()
525 return temps_.Size(); in GetTempCount()
596 GrowableArray<Location> temps_; variable
Dlocations.cc27 temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0), in LocationSummary()