Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2030 locations_(allocator->Adapter(kArenaAllocEnvironmentLocations)), in HEnvironment()
2047 DCHECK(locations_.empty()); in AllocateLocations()
2048 locations_.resize(vregs_.size()); in AllocateLocations()
2091 locations_[index] = location; in SetLocationAt()
2095 return locations_[index]; in GetLocationAt()
2134 ArenaVector<Location> locations_; variable
2204 locations_(nullptr), in HInstruction()
2475 LocationSummary* GetLocations() const { return locations_; } in GetLocations()
2476 void SetLocations(LocationSummary* locations) { locations_ = locations; } in SetLocations()
2676 locations_(nullptr), in HInstruction()
[all …]