Searched refs:system_thread_group_ (Results 1 – 2 of 2) sorted by relevance
196 system_thread_group_(nullptr), in Runtime()1340 system_thread_group_ = in InitThreadGroups()1344 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1353 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()1354 return system_thread_group_; in GetSystemThreadGroup()
789 jobject system_thread_group_; variable