Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.h35 : self_(self), section_name_(name) {} in GCCriticalSection()
46 const char* section_name_; variable
Dscoped_gc_critical_section.cc30 return self_->StartAssertNoThreadSuspension(section_name_); in Enter()