Searched refs:force_64bit (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Ddso.h106 bool force_64bit = false);
159 Dso(DsoType type, const std::string& path, bool force_64bit);
H A Ddso.cpp145 bool force_64bit) {
146 return std::unique_ptr<Dso>(new Dso(dso_type, dso_path, force_64bit));
149 Dso::Dso(DsoType type, const std::string& path, bool force_64bit) argument
173 if (force_64bit && !vdso_64bit_.empty()) {
175 } else if (!force_64bit && !vdso_32bit_.empty()) {
144 CreateDso(DsoType dso_type, const std::string& dso_path, bool force_64bit) argument
H A Dthread_tree.cpp145 bool force_64bit = start_addr > UINT_MAX; local
146 user_dso_tree_[filename] = Dso::CreateDso(DSO_ELF_FILE, filename, force_64bit);

Completed in 68 milliseconds