Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1988 locations_(allocator->Adapter(kArenaAllocEnvironmentLocations)), in HEnvironment()
2005 DCHECK(locations_.empty()); in AllocateLocations()
2006 locations_.resize(vregs_.size()); in AllocateLocations()
2049 locations_[index] = location; in SetLocationAt()
2053 return locations_[index]; in GetLocationAt()
2075 ArenaVector<Location> locations_; variable
2109 locations_(nullptr), in HInstruction()
2355 LocationSummary* GetLocations() const { return locations_; } in GetLocations()
2356 void SetLocations(LocationSummary* locations) { locations_ = locations; } in SetLocations()
2549 locations_(nullptr), in HInstruction()
[all …]