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