Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2473 ObjPtr<mirror::Object> thread_group_object = soa.Decode<mirror::Object>(thread_group); in NotifyThreadGroup() local
2476 thread_group_object = WellKnownClasses::java_lang_Thread_group->GetObject(thread_object); in NotifyThreadGroup()
2478 CHECK(thread_group_object == soa.Decode<mirror::Object>(thread_group)); in NotifyThreadGroup()
2482 soa.Self(), thread_group_object, thread_object); in NotifyThreadGroup()