Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h297 temps_.Add(location); in AddTemp()
301 return temps_.Get(at); in GetTemp()
305 temps_.Put(at, location); in SetTempAt()
309 return temps_.Size(); in GetTempCount()
316 GrowableArray<Location> temps_; variable
Dlocations.cc25 temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0) { in LocationSummary()