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