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

/art/runtime/
H A Dclass_linker.cc2375 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry; typedef in namespace:art
2378 ClassPathEntry FindInClassPath(const char* descriptor,
2383 return ClassPathEntry(dex_file, dex_class_def);
2386 return ClassPathEntry(nullptr, nullptr);
2398 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);
2543 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);

Completed in 35 milliseconds