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

/art/runtime/
H A Dclass_linker.cc2239 bool ClassLinker::FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa, function in class:art::ClassLinker
2281 bool recursive_result = FindClassInPathClassLoader(soa, self, descriptor, hash, h_parent, result);
2401 if (FindClassInPathClassLoader(soa, self, descriptor, hash, class_loader, &cp_klass)) {
2407 // TODO: We handle the boot classpath loader in FindClassInPathClassLoader. Try to unify this

Completed in 76 milliseconds