Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc65 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
Dthread.h1287 TLSData* GetCustomTLS(const char* key) REQUIRES(!Locks::custom_tls_lock_);
Dthread.cc537 TLSData* Thread::GetCustomTLS(const char* key) { in GetCustomTLS() function in art::Thread
/art/openjdkjvmti/
Dti_thread.cc722 return reinterpret_cast<JvmtiGlobalTLSData*>(thread->GetCustomTLS(kJvmtiTlsKey)); in GetGlobalTLSData()