Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc627 struct JvmtiGlobalTLSData { struct
634 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in RemoveTLSData()
657 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in SetThreadLocalStorage()
659 target->SetCustomTLS(new JvmtiGlobalTLSData); in SetThreadLocalStorage()
660 global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in SetThreadLocalStorage()
684 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in GetThreadLocalStorage()