Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2609 using ClassPathEntry = std::pair<const DexFile*, const dex::ClassDef*>; typedef
2612 ClassPathEntry FindInClassPath(const char* descriptor, in FindInClassPath()
2618 return ClassPathEntry(dex_file, dex_class_def); in FindInClassPath()
2621 return ClassPathEntry(nullptr, nullptr); in FindInClassPath()
2768 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInBootClassLoaderClassPath()
2847 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass()