Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc47 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash, in VMClassLoader_findLoadedClass()
/art/runtime/
Dclass_linker.h129 bool FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
Dclass_linker.cc1607 bool ClassLinker::FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInPathClassLoader() function in art::ClassLinker
1644 bool recursive_result = FindClassInPathClassLoader(soa, self, descriptor, hash, h_parent, result); in FindClassInPathClassLoader()
1755 if (FindClassInPathClassLoader(soa, self, descriptor, hash, class_loader, &cp_klass)) { in FindClass()