Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc541 if (IsDumpFrequent(owner, try_times)) { in DumpStack()
549 if (IsDumpFrequent(thread)) { in DumpStack()
576 bool Mutex::IsDumpFrequent(Thread* thread, uint64_t try_times) { in IsDumpFrequent() function in art::Mutex
Dmutex.h233 static bool IsDumpFrequent(Thread *self, uint64_t try_times = 1);