Searched refs:h_parent (Results 1 – 1 of 1) sorted by relevance
1643 Handle<mirror::ClassLoader> h_parent(hs.NewHandle(class_loader->GetParent())); in FindClassInPathClassLoader() local1644 bool recursive_result = FindClassInPathClassLoader(soa, self, descriptor, hash, h_parent, result); in FindClassInPathClassLoader()