Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc66 static const char* kJvmtiTlsKey = "JvmtiTlsKey"; variable
716 thread->SetCustomTLS(kJvmtiTlsKey, new JvmtiGlobalTLSData); in GetOrCreateGlobalTLSData()
722 return reinterpret_cast<JvmtiGlobalTLSData*>(thread->GetCustomTLS(kJvmtiTlsKey)); in GetGlobalTLSData()