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

/art/runtime/
H A Dclass_linker.cc2366 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry; typedef in namespace:art
2369 ClassPathEntry FindInClassPath(const char* descriptor,
2374 return ClassPathEntry(dex_file, dex_class_def);
2377 return ClassPathEntry(nullptr, nullptr);
2444 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);
2520 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_);

Completed in 260 milliseconds