Searched refs:FindClassInPathClassLoader (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/native/ |
| D | java_lang_VMClassLoader.cc | 64 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash, in VMClassLoader_findLoadedClass()
|
| /art/runtime/ |
| D | class_linker.h | 172 bool FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
|
| D | class_linker.cc | 2222 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()
|