Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc195 art::ArtField* system_thread_group_field = in CreateAdbConnectionThread() local
197 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()
/art/runtime/
Druntime.cc2229 ArtField* system_thread_group_field = WellKnownClasses::java_lang_ThreadGroup_systemThreadGroup; in InitThreadGroups() local
2248 soa.Vm()->AddGlobalRef(self, system_thread_group_field->GetObject(thread_group_class.Get())); in InitThreadGroups()