Searched refs:ProcessDexFile (Results 1 – 8 of 8) sorted by relevance
59 virtual void ProcessDexFile(const DexFile&) {} in ProcessDexFile() function94 void ProcessDexFile(const DexFile& dex_file) override;165 void ProcessDexFile(const DexFile& dex_file) override;
82 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::CountDexIndices576 void CodeMetrics::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CodeMetrics
120 bool result = dex_layout.ProcessDexFile( in Create()
115 bool ProcessDexFile(const char* file_name,
804 bool result = dexlayout.ProcessDexFile( in TEST_F()
1875 bool DexLayout::ProcessDexFile(const char* file_name, in ProcessDexFile() function in art::DexLayout2009 if (!ProcessDexFile(file_name, in ProcessFile()
3486 if (dex_layout.ProcessDexFile(location.c_str(), in LayoutAndWriteDexFile()
626 bool result = dex_layout.ProcessDexFile(vdex_dex_file->GetLocation().c_str(), in Dump()