Searched defs:ProcessDexFile (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/tools/dexanalyze/ | ||
H A D | dexanalyze_experiments.cc | 238 void CountDexIndices::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CountDexIndices |
H A D | dexanalyze_experiments.h | 59 virtual void ProcessDexFile(const DexFile&) {} in ProcessDexFile() function |
/aosp12/art/dexlayout/ | ||
H A D | dexlayout.cc | 1878 bool DexLayout::ProcessDexFile(const char* file_name, in ProcessDexFile() function in art::DexLayout |