Home
last modified time | relevance | path

Searched refs:system_thread_group_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc235 system_thread_group_(nullptr), in Runtime()
1516 system_thread_group_ = in InitThreadGroups()
1520 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1529 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
1530 return system_thread_group_; in GetSystemThreadGroup()
Druntime.h848 jobject system_thread_group_; variable