Searched refs:GetMainThreadGroup (Results 1 – 5 of 5) sorted by relevance
176 hs.NewHandle(soa.Decode<mirror::Object>(runtime_->GetMainThreadGroup())); in TEST_F()
288 jobject GetMainThreadGroup() const;
1135 thread_group != nullptr ? thread_group : runtime->GetMainThreadGroup())); in CreatePeer()1200 thread_group != nullptr ? thread_group : runtime->GetMainThreadGroup())); in CreateCompileTimePeer()2420 soa.Self()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()2427 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2252 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup() function in art::Runtime
1120 "main", /*as_daemon=*/ false, Runtime::Current()->GetMainThreadGroup()); in UnstartedThreadCurrentThread()