Lines Matching refs:ClassPathEntry
2017 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry;
2020 ClassPathEntry FindInClassPath(const char* descriptor,
2025 return ClassPathEntry(dex_file, dex_class_def);
2028 return ClassPathEntry(nullptr, nullptr);
2041 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);
2138 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);
2160 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);