Searched refs:GetCustomTLS (Results 1 – 2 of 2) sorted by relevance
634 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in RemoveTLSData()657 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in SetThreadLocalStorage()660 global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in SetThreadLocalStorage()684 JvmtiGlobalTLSData* global_tls = reinterpret_cast<JvmtiGlobalTLSData*>(target->GetCustomTLS()); in GetThreadLocalStorage()
1247 void* GetCustomTLS() const REQUIRES(Locks::thread_list_lock_) { in GetCustomTLS() function