Searched defs:groups_field (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc2077 mirror::ArtField* groups_field = thread_group->GetClass()->FindInstanceField("groups", "Ljava/util/List;"); local
2078 mirror::Object* groups_array_list = groups_field->GetObject(thread_group);

Completed in 144 milliseconds