Home
last modified time | relevance | path

Searched refs:ProcessDexFile (Results 1 – 8 of 8) 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
576 void CodeMetrics::ProcessDexFile(const DexFile& dex_file) { in ProcessDexFile() function in art::dexanalyze::CodeMetrics
/art/openjdkjvmti/
Dfixed_up_dex_file.cc120 bool result = dex_layout.ProcessDexFile( in Create()
/art/dexlayout/
Ddexlayout.h115 bool ProcessDexFile(const char* file_name,
Ddexlayout_test.cc798 bool result = dexlayout.ProcessDexFile( in TEST_F()
Ddexlayout.cc1878 bool DexLayout::ProcessDexFile(const char* file_name, in ProcessDexFile() function in art::DexLayout
2012 if (!ProcessDexFile(file_name, in ProcessFile()
/art/oatdump/
Doatdump.cc630 bool result = dex_layout.ProcessDexFile(vdex_dex_file->GetLocation().c_str(), in Dump()
/art/dex2oat/linker/
Doat_writer.cc3429 if (dex_layout.ProcessDexFile(location.c_str(), in LayoutDexFile()