Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc64 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash, in VMClassLoader_findLoadedClass()
/art/runtime/
Dclass_linker.h172 bool FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
Dclass_linker.cc2222 bool ClassLinker::FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInPathClassLoader() function in art::ClassLinker
2264 bool recursive_result = FindClassInPathClassLoader(soa, self, descriptor, hash, h_parent, result); in FindClassInPathClassLoader()
2384 if (FindClassInPathClassLoader(soa, self, descriptor, hash, class_loader, &cp_klass)) { in FindClass()