Home | History | Annotate | Download | only in runtime

Lines Matching refs:groups_array

2140   ObjPtr<mirror::Object> groups_array = groups_field->GetObject(thread_group);
2142 CHECK(groups_array != nullptr);
2143 CHECK(groups_array->IsObjectArray());
2146 groups_array->AsObjectArray<mirror::Object>();