Searched refs:ClassPathEntry (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_linker.cc | 2017 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry; typedef 2020 ClassPathEntry FindInClassPath(const char* descriptor, in FindInClassPath() 2025 return ClassPathEntry(dex_file, dex_class_def); in FindInClassPath() 2028 return ClassPathEntry(nullptr, nullptr); in FindInClassPath() 2041 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInPathClassLoader() 2138 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass() 2160 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass()
|