Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2823 using ClassPathEntry = std::pair<const DexFile*, const dex::ClassDef*>; typedef
2826 ClassPathEntry FindInClassPath(const char* descriptor, in FindInClassPath()
2832 return ClassPathEntry(dex_file, dex_class_def); in FindInClassPath()
2835 return ClassPathEntry(nullptr, nullptr); in FindInClassPath()
2982 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInBootClassLoaderClassPath()
3061 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass()