Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp449 class DexFileDso : public Dso { class
451 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() function in simpleperf::DexFileDso
567 dex_file_dso_.reset(new DexFileDso(path_, path_)); in AddDexFileOffset()
604 std::unique_ptr<DexFileDso> dex_file_dso_;
905 return std::unique_ptr<Dso>(new DexFileDso(dso_path, dso_path)); in CreateDso()