Searched refs:DexFileDso (Results 1 – 1 of 1) sorted by relevance
401 class DexFileDso : public Dso { class403 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() function in DexFileDso528 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()