Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h59 virtual void ProcessDexFile(const DexFile&) {} in ProcessDexFile() function
94 void ProcessDexFile(const DexFile& dex_file) override;
165 void ProcessDexFile(const DexFile& dex_file) override;
Ddexanalyze_experiments.cc82 ProcessDexFile(*dex_file); in ProcessDexFiles()
228 ProcessDexFile(*dex_file); in ProcessDexFiles()
238 void CountDexIndices::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CountDexIndices
577 void CodeMetrics::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CodeMetrics