Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp545 class DexFileDso : public Dso { class
547 DexFileDso(const std::string& path) : Dso(DSO_DEX_FILE, path) {} in DexFileDso() function in simpleperf::DexFileDso