Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc286 system_thread_group_(nullptr), in Runtime()
2377 system_thread_group_ = in InitThreadGroups()
2379 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2388 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in GetSystemThreadGroup()
2389 return system_thread_group_; in GetSystemThreadGroup()
Druntime.h1334 jobject system_thread_group_; variable