Home
last modified time | relevance | path

Searched defs:ProcessDexFile (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc238 void CountDexIndices::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CountDexIndices
576 void CodeMetrics::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CodeMetrics
Ddexanalyze_experiments.h59 virtual void ProcessDexFile(const DexFile&) {} in ProcessDexFile() function
/art/dexlayout/
Ddexlayout.cc1878 bool DexLayout::ProcessDexFile(const char* file_name, in ProcessDexFile() function in art::DexLayout