Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp401 class DexFileDso : public Dso { class
403 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() function in DexFileDso
528 dex_file_dso_.reset(new DexFileDso(path_, path_)); in AddDexFileOffset()
573 std::unique_ptr<DexFileDso> dex_file_dso_;
697 return std::unique_ptr<Dso>(new DexFileDso(dso_path, dso_path)); in CreateDso()