Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc285 main_thread_group_(nullptr), in Runtime()
2374 main_thread_group_ = in InitThreadGroups()
2376 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2383 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in GetMainThreadGroup()
2384 return main_thread_group_; in GetMainThreadGroup()
Druntime.h1333 jobject main_thread_group_; variable