Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc59 self->SetCustomTLS(kBacktraceCollectorTlsKey, map_holder); in GetMap()
Dthread.h1243 void SetCustomTLS(const char* key, TLSData* data) REQUIRES(!Locks::custom_tls_lock_);
Dthread.cc542 void Thread::SetCustomTLS(const char* key, TLSData* data) { in SetCustomTLS() function in art::Thread
/art/openjdkjvmti/
Dti_thread.cc713 thread->SetCustomTLS(kJvmtiTlsKey, new JvmtiGlobalTLSData); in GetOrCreateGlobalTLSData()