HomeSort by relevance Sort by last modified time
    Searched refs:groups_array (Results 1 - 2 of 2) sorted by null

  /art/runtime/openjdkjvmti/
ti_threadgroup.cc 196 art::ObjPtr<art::mirror::Object> groups_array = groups_field->GetObject(thread_group.Get()); local
198 if (groups_array == nullptr) {
201 CHECK(groups_array->IsObjectArray());
204 groups_array->AsObjectArray<art::mirror::Object>();
  /art/runtime/
debugger.cc 2140 ObjPtr<mirror::Object> groups_array = groups_field->GetObject(thread_group); local
    [all...]

Completed in 88 milliseconds