Searched refs:system_thread_group_ (Results 1 – 2 of 2) sorted by relevance
272 system_thread_group_(nullptr), in Runtime()2151 system_thread_group_ = in InitThreadGroups()2155 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()2164 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()2165 return system_thread_group_; in GetSystemThreadGroup()
1221 jobject system_thread_group_; variable