Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1917 locations_(allocator->Adapter(kArenaAllocEnvironmentLocations)), in HEnvironment()
1934 DCHECK(locations_.empty()); in AllocateLocations()
1935 locations_.resize(vregs_.size()); in AllocateLocations()
1978 locations_[index] = location; in SetLocationAt()
1982 return locations_[index]; in GetLocationAt()
2004 ArenaVector<Location> locations_; variable
2038 locations_(nullptr), in HInstruction()
2283 LocationSummary* GetLocations() const { return locations_; } in GetLocations()
2284 void SetLocations(LocationSummary* locations) { locations_ = locations; } in SetLocations()
2477 locations_(nullptr), in HInstruction()
[all …]