Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2267 jobject thread_group_jobject = thread_group; in NotifyThreadGroup() local
2273 thread_group_jobject = thread_group_jobject_scoped.get(); in NotifyThreadGroup()
2275 CHECK(soa.Env()->IsSameObject(thread_group, thread_group_jobject)); in NotifyThreadGroup()
2278 soa.Env()->CallNonvirtualVoidMethod(thread_group_jobject, in NotifyThreadGroup()