Searched refs:SetName (Results 1 - 11 of 11) sorted by relevance

/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc30 cumulative_timings_.SetName(GetName());
H A Dsticky_mark_sweep.cc29 cumulative_timings_.SetName(GetName());
/art/runtime/gc/space/
H A Dspace.cc137 live_bitmap_->SetName(mark_bitmap_->GetName());
138 mark_bitmap_->SetName(temp_name);
H A Dlarge_object_space.cc105 live_bitmap_->SetName(mark_bitmap_->GetName());
106 mark_bitmap_->SetName(temp_name);
/art/runtime/base/
H A Dtiming_logger.h44 void SetName(const std::string& name) REQUIRES(!lock_);
H A Dtiming_logger.cc49 void CumulativeLogger::SetName(const std::string& name) { function in class:art::CumulativeLogger
/art/runtime/gc/accounting/
H A Dspace_bitmap.h188 void SetName(const std::string& name) { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/mirror/
H A Dclass-inl.h687 inline void Class::SetName(ObjPtr<String> name) { function in class:art::mirror::Class
H A Dclass.cc242 h_this->SetName(name);
H A Dclass.h384 void SetName(ObjPtr<String> name) REQUIRES_SHARED(Locks::mutator_lock_); // Sets the cached name.
/art/runtime/
H A Dclass_linker.cc4306 temp_klass->SetName(soa.Decode<mirror::String>(name));

Completed in 211 milliseconds