Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc138 main_thread_group_(nullptr), in Runtime()
931 main_thread_group_ = in InitThreadGroups()
935 CHECK(main_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()
944 CHECK(main_thread_group_ != NULL || IsCompiler()); in GetMainThreadGroup()
945 return main_thread_group_; in GetMainThreadGroup()
Druntime.h615 jobject main_thread_group_; variable