Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc292 art::ArtField* system_thread_group_field = in CreateAdbConnectionThread() local
294 DCHECK(system_thread_group_field->GetDeclaringClass()->IsInitialized()); in CreateAdbConnectionThread()
298 system_thread_group_field->GetDeclaringClass()->GetFieldObject<art::mirror::Object>( in CreateAdbConnectionThread()
299 system_thread_group_field->GetOffset())); in CreateAdbConnectionThread()
/art/runtime/
Druntime.cc2359 ArtField* system_thread_group_field = WellKnownClasses::java_lang_ThreadGroup_systemThreadGroup; in InitThreadGroups() local
2378 soa.Vm()->AddGlobalRef(self, system_thread_group_field->GetObject(thread_group_class.Get())); in InitThreadGroups()