Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1784 locations_(arena->Adapter(kArenaAllocEnvironmentLocations)), in HEnvironment()
1799 DCHECK(locations_.empty()); in AllocateLocations()
1800 locations_.resize(vregs_.size()); in AllocateLocations()
1838 locations_[index] = location; in SetLocationAt()
1842 return locations_[index]; in GetLocationAt()
1864 ArenaVector<Location> locations_; variable
1888 locations_(nullptr), in HInstruction()
2117 LocationSummary* GetLocations() const { return locations_; } in GetLocations()
2118 void SetLocations(LocationSummary* locations) { locations_ = locations; } in SetLocations()
2341 LocationSummary* locations_; variable