Searched refs:GetCustomTLS (Results 1 – 4 of 4) sorted by relevance
65 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
1287 TLSData* GetCustomTLS(const char* key) REQUIRES(!Locks::custom_tls_lock_);
537 TLSData* Thread::GetCustomTLS(const char* key) { in GetCustomTLS() function in art::Thread
722 return reinterpret_cast<JvmtiGlobalTLSData*>(thread->GetCustomTLS(kJvmtiTlsKey)); in GetGlobalTLSData()