Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2366 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry; typedef
2369 ClassPathEntry FindInClassPath(const char* descriptor, in FindInClassPath()
2374 return ClassPathEntry(dex_file, dex_class_def); in FindInClassPath()
2377 return ClassPathEntry(nullptr, nullptr); in FindInClassPath()
2444 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInBootClassLoaderClassPath()
2520 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass()