Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime_callbacks_test.cc184 runtime_->GetMainThreadGroup(), in TEST_F()
H A Druntime.h263 jobject GetMainThreadGroup() const;
H A Dthread.cc1100 thread_group = runtime->GetMainThreadGroup(); in CreatePeer()
1173 thread_group = runtime->GetMainThreadGroup(); in CreateCompileTimePeer()
2255 soa.Self()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()
2262 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
H A Druntime.cc2158 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup() function in art::Runtime
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1084 Runtime::Current()->GetMainThreadGroup()); in UnstartedThreadCurrentThread()