Searched refs:groups_array (Results 1 – 1 of 1) sorted by relevance
199 art::ObjPtr<art::mirror::Object> groups_array = groups_field->GetObject(thread_group.Get()); in GetChildThreadGroups() local201 if (groups_array == nullptr) { in GetChildThreadGroups()204 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()207 groups_array->AsObjectArray<art::mirror::Object>(); in GetChildThreadGroups()