Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.cc199 art::ObjPtr<art::mirror::Object> groups_array = groups_field->GetObject(thread_group.Get()); in GetChildThreadGroups() local
201 if (groups_array == nullptr) { in GetChildThreadGroups()
204 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
207 groups_array->AsObjectArray<art::mirror::Object>(); in GetChildThreadGroups()