Searched refs:jit_sensitive_thread_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.h1257 return this == jit_sensitive_thread_;
1367 if (jit_sensitive_thread_ == nullptr) {
1368 jit_sensitive_thread_ = Thread::Current();
1446 static Thread* jit_sensitive_thread_; member in class:art::Thread
H A Dthread.cc118 Thread* Thread::jit_sensitive_thread_ = nullptr; member in class:art::Thread

Completed in 137 milliseconds