Searched refs:locations_ (Results 1 – 1 of 1) sorted by relevance
1780 locations_(number_of_vregs, arena->Adapter(kArenaAllocEnvironmentLocations)), in HEnvironment()1829 locations_[index] = location; in SetLocationAt()1833 return locations_[index]; in GetLocationAt()1855 ArenaVector<Location> locations_; variable1879 locations_(nullptr), in HInstruction()2107 LocationSummary* GetLocations() const { return locations_; } in GetLocations()2108 void SetLocations(LocationSummary* locations) { locations_ = locations; } in SetLocations()2331 LocationSummary* locations_; variable