Searched refs:JvmtiGlobalTLSData (Results 1 – 1 of 1) sorted by relevance
627 struct JvmtiGlobalTLSData { struct634 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()