Searched refs:main_thread_group_ (Results 1 – 2 of 2) sorted by relevance
249 main_thread_group_(nullptr), in Runtime()1735 main_thread_group_ = in InitThreadGroups()1739 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1748 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()1749 return main_thread_group_; in GetMainThreadGroup()
936 jobject main_thread_group_; variable