Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.cc203 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> groups_array_as_array = in GetChildThreadGroups() local
207 for (int32_t i = 0; i < groups_array_as_array->GetLength(); ++i) { in GetChildThreadGroups()
208 art::ObjPtr<art::mirror::Object> entry = groups_array_as_array->Get(i); in GetChildThreadGroups()
/art/runtime/
Ddebugger.cc2188 ObjPtr<mirror::ObjectArray<mirror::Object>> groups_array_as_array = in GetChildThreadGroups() local
2194 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i))); in GetChildThreadGroups()