Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/base/
H A Dmutex.cc56 struct DumpStackLastTimeTLSData : public art::TLSData { struct
57 explicit DumpStackLastTimeTLSData(uint64_t last_dump_time_ms) in DumpStackLastTimeTLSData() argument
553 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()