Home
last modified time | relevance | path

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

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