Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc525 if (!DumpOatDexFile(os, *oat_dex_file)) { in Dump()
912 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile() function in art::OatDumper