Searched refs:SetCustomTLS (Results 1 – 4 of 4) sorted by relevance
68 self->SetCustomTLS(kTlsKey, tls); in Get()
1296 void SetCustomTLS(const char* key, TLSData* data) REQUIRES(!Locks::custom_tls_lock_);
548 void Thread::SetCustomTLS(const char* key, TLSData* data) { in SetCustomTLS() function in art::Thread
716 thread->SetCustomTLS(kJvmtiTlsKey, new JvmtiGlobalTLSData); in GetOrCreateGlobalTLSData()