Home
last modified time | relevance | path

Searched refs:GetMainThreadGroup (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h213 jobject GetMainThreadGroup() const;
Dthread.cc585 thread_group = runtime->GetMainThreadGroup(); in CreatePeer()
1272 Thread::Current()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()
Druntime.cc1174 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup() function in art::Runtime