Searched refs:system_thread_group_field (Results 1 – 2 of 2) sorted by relevance
292 art::ArtField* system_thread_group_field = in CreateAdbConnectionThread() local294 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()
2359 ArtField* system_thread_group_field = WellKnownClasses::java_lang_ThreadGroup_systemThreadGroup; in InitThreadGroups() local2378 soa.Vm()->AddGlobalRef(self, system_thread_group_field->GetObject(thread_group_class.Get())); in InitThreadGroups()