Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1643 Handle<mirror::ClassLoader> h_parent(hs.NewHandle(class_loader->GetParent())); in FindClassInPathClassLoader() local
1644 bool recursive_result = FindClassInPathClassLoader(soa, self, descriptor, hash, h_parent, result); in FindClassInPathClassLoader()