Searched refs:system_thread_group_field (Results 1 – 2 of 2) sorted by relevance
195 art::ArtField* system_thread_group_field = in CreateAdbConnectionThread() local197 DCHECK(system_thread_group_field->GetDeclaringClass()->IsInitialized()); in CreateAdbConnectionThread()201 system_thread_group_field->GetDeclaringClass()->GetFieldObject<art::mirror::Object>( in CreateAdbConnectionThread()202 system_thread_group_field->GetOffset())); in CreateAdbConnectionThread()
2229 ArtField* system_thread_group_field = WellKnownClasses::java_lang_ThreadGroup_systemThreadGroup; in InitThreadGroups() local2248 soa.Vm()->AddGlobalRef(self, system_thread_group_field->GetObject(thread_group_class.Get())); in InitThreadGroups()