Searched refs:main_thread_group_ (Results 1 – 2 of 2) sorted by relevance
261 main_thread_group_(nullptr), in Runtime()1854 main_thread_group_ = in InitThreadGroups()1858 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1867 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()1868 return main_thread_group_; in GetMainThreadGroup()
1048 jobject main_thread_group_; variable