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

/art/runtime/native/
H A Djava_lang_VMClassLoader.cc44 c = cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash,
/art/runtime/
H A Dclass_linker.h81 mirror::Class* FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
H A Dclass_linker.cc2031 mirror::Class* ClassLinker::FindClassInPathClassLoader(ScopedObjectAccessAlreadyRunnable& soa, function in class:art::ClassLinker
2179 mirror::Class* klass = FindClassInPathClassLoader(soa, self, descriptor, hash, class_loader);

Completed in 492 milliseconds