Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc44 static const char* kLastDumpStackTime = "LastDumpStackTime"; variable
529 thread->SetCustomTLS(kLastDumpStackTime, new DumpStackLastTimeTLSData(MilliTime())); in DumpStack()
550 reinterpret_cast<DumpStackLastTimeTLSData*>(thread->GetCustomTLS(kLastDumpStackTime)); in IsDumpFrequent()