Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc634 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()
/art/runtime/
Dthread.h1247 void* GetCustomTLS() const REQUIRES(Locks::thread_list_lock_) { in GetCustomTLS() function