Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp484 class DexFileDso : public Dso { class
486 DexFileDso(const std::string& path) : Dso(DSO_DEX_FILE, path) {} in DexFileDso() function in simpleperf::DexFileDso
615 dex_file_dso_.reset(new DexFileDso(path_)); in AddDexFileOffset()
667 std::unique_ptr<DexFileDso> dex_file_dso_;
971 return std::unique_ptr<Dso>(new DexFileDso(dso_path)); in CreateDso()