Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h994 return is_runtime_thread_; in IsRuntimeThread()
998 is_runtime_thread_ = is_runtime_thread; in SetIsRuntimeThread()
1873 bool is_runtime_thread_; variable
Dthread.cc2292 is_runtime_thread_(false) { in Thread()