Home
last modified time | relevance | path

Searched refs:maxVaddr (Results 1 - 4 of 4) sorted by relevance

/developtools/hiperf/include/
H A Dsymbols_file.h95 static const uint64_t maxVaddr = std::numeric_limits<uint64_t>::max(); member in OHOS::Developtools::HiPerf::SymbolsFile
97 uint64_t textExecVaddr_ = maxVaddr;
99 uint64_t textExecVaddrRange_ = maxVaddr;
/developtools/profiler/device/plugins/native_daemon/include/
H A Dsymbols_file.h83 static const uint64_t maxVaddr = std::numeric_limits<uint64_t>::max(); member in OHOS::Developtools::NativeDaemon::SymbolsFile
85 uint64_t textExecVaddr_ = maxVaddr;
87 uint64_t textExecVaddrRange_ = maxVaddr;
/developtools/profiler/device/plugins/native_daemon/src/
H A Dsymbols_file.cpp957 if (textExecVaddrRange_ == maxVaddr) { in AdjustSymbols()
/developtools/hiperf/src/
H A Dsymbols_file.cpp1122 if (textExecVaddrRange_ == maxVaddr) { in AdjustSymbols()

Completed in 5 milliseconds