Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dbacktrace_helper.cc72 UnwindHelper* tls = reinterpret_cast<UnwindHelper*>(self->GetCustomTLS(kTlsKey)); in Get()
H A Dthread.h1308 TLSData* GetCustomTLS(const char* key) REQUIRES(!Locks::custom_tls_lock_);
H A Dthread.cc541 TLSData* Thread::GetCustomTLS(const char* key) { in GetCustomTLS() function in art::Thread
/aosp12/art/runtime/base/
H A Dmutex.cc550 reinterpret_cast<DumpStackLastTimeTLSData*>(thread->GetCustomTLS(kLastDumpStackTime)); in IsDumpFrequent()
/aosp12/art/openjdkjvmti/
H A Dti_thread.cc722 return reinterpret_cast<JvmtiGlobalTLSData*>(thread->GetCustomTLS(kJvmtiTlsKey)); in GetGlobalTLSData()