Searched refs:system_thread_group_ (Results 1 – 2 of 2) sorted by relevance
139 system_thread_group_(nullptr), in Runtime()936 system_thread_group_ = in InitThreadGroups()940 CHECK(system_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()949 CHECK(system_thread_group_ != NULL || IsCompiler()); in GetSystemThreadGroup()950 return system_thread_group_; in GetSystemThreadGroup()
616 jobject system_thread_group_; variable