Searched refs:GetMainThreadGroup (Results 1 – 5 of 5) sorted by relevance
176 hs.NewHandle(soa.Decode<mirror::Object>(runtime_->GetMainThreadGroup())); in TEST_F()
296 jobject GetMainThreadGroup() const;
1130 thread_group != nullptr ? thread_group : runtime->GetMainThreadGroup())); in CreatePeer()1195 thread_group != nullptr ? thread_group : runtime->GetMainThreadGroup())); in CreateCompileTimePeer()2449 soa.Self()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()2456 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2382 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup() function in art::Runtime
1138 "main", /*as_daemon=*/ false, Runtime::Current()->GetMainThreadGroup()); in UnstartedThreadCurrentThread()