Searched refs:SetName (Results 1 – 9 of 9) sorted by relevance
30 cumulative_timings_.SetName(GetName()); in PartialMarkSweep()
33 cumulative_timings_.SetName(GetName()); in StickyMarkSweep()
139 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()140 mark_bitmap_->SetName(temp_name); in SwapBitmaps()
107 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()108 mark_bitmap_->SetName(temp_name); in SwapBitmaps()
46 void SetName(const std::string& name) REQUIRES(!GetLock());
52 void CumulativeLogger::SetName(const std::string& name) { in SetName() function in art::CumulativeLogger
212 void SetName(const std::string& name) { in SetName() function
754 inline void Class::SetName(ObjPtr<String> name) { in SetName() function
344 void SetName(ObjPtr<String> name) REQUIRES_SHARED(Locks::mutator_lock_); // Sets the cached name.