Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_group_field

2285   ArtField* thread_group_field = jni::DecodeArtField(WellKnownClasses::java_lang_Thread_group);
2286 DCHECK(thread_group_field != nullptr);
2287 ObjPtr<mirror::Object> group = thread_group_field->GetObject(peer);