Searched refs:SetName (Results 1 – 12 of 12) sorted by relevance
30 cumulative_timings_.SetName(GetName()); in PartialMarkSweep()
30 cumulative_timings_.SetName(GetName()); in StickyMarkSweep()
171 void SetName(const std::string& name);241 void SetName(const std::string& name);
37 void SpaceBitmap::SetName(const std::string& name) { in SetName() function in art::gc::accounting::SpaceBitmap272 void SpaceSetMap::SetName(const std::string& name) { in SetName() function in art::gc::accounting::SpaceSetMap
46 void SetName(const std::string& name);
45 void CumulativeLogger::SetName(const std::string& name) { in SetName() function in art::CumulativeLogger
35 live_objects_->SetName(mark_objects_->GetName()); in SwapBitmaps()36 mark_objects_->SetName(temp_name); in SwapBitmaps()
243 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()244 mark_bitmap_->SetName(temp_name); in SwapBitmaps()
341 inline void Class::SetName(String* name) { in SetName() function
257 void SetName(String* name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); // Sets the cached name.
176 SetName(name); in ComputeName()
2661 klass->SetName(name); in CreateProxyClass()