Searched refs:GetCustomTLS (Results 1 – 5 of 5) sorted by relevance
72 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
1308 TLSData* GetCustomTLS(const char* key) REQUIRES(!Locks::custom_tls_lock_);
541 TLSData* Thread::GetCustomTLS(const char* key) { in GetCustomTLS() function in art::Thread
550 reinterpret_cast<DumpStackLastTimeTLSData*>(thread->GetCustomTLS(kLastDumpStackTime)); in IsDumpFrequent()
722 return reinterpret_cast<JvmtiGlobalTLSData*>(thread->GetCustomTLS(kJvmtiTlsKey)); in GetGlobalTLSData()