Searched refs:parent_group (Results 1 - 1 of 1) sorted by relevance

/art/openjdkjvmti/
H A Dti_threadgroup.cc132 art::ObjPtr<art::mirror::Object> parent_group = parent_field->GetObject(obj); local
133 info_ptr->parent = parent_group == nullptr
135 : soa.AddLocalReference<jthreadGroup>(parent_group);

Completed in 88 milliseconds