Searched refs:DumpStackLastTimeTLSData (Results 1 – 1 of 1) sorted by relevance
56 struct DumpStackLastTimeTLSData : public art::TLSData { struct57 explicit DumpStackLastTimeTLSData(uint64_t last_dump_time_ms) in DumpStackLastTimeTLSData() argument553 DumpStackLastTimeTLSData* tls_data = in DumpStack()554 reinterpret_cast<DumpStackLastTimeTLSData*>(thread->GetCustomTLS(kLastDumpStackTime)); in DumpStack()556 thread->SetCustomTLS(kLastDumpStackTime, new DumpStackLastTimeTLSData(MilliTime())); in DumpStack()579 DumpStackLastTimeTLSData* tls_data = in IsDumpFrequent()580 reinterpret_cast<DumpStackLastTimeTLSData*>(thread->GetCustomTLS(kLastDumpStackTime)); in IsDumpFrequent()