Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MemMaps
(Results
1 - 4
of
4
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
virtual_thread.h
43
class
MemMaps
: public DfxMaps {
class
45
MemMaps
() {}
in MemMaps()
function in OHOS::Developtools::NativeDaemon::MemMaps
46
MemMaps
(uint32_t filePathId) : filePathId_(filePathId) {}
in MemMaps()
function in OHOS::Developtools::NativeDaemon::MemMaps
98
const std::pair<std::shared_ptr<
MemMaps
>, uint32_t> FindMemMapsByAddr(uint64_t addr) const;
H
A
D
virtual_runtime.h
108
std::map<uint64_t, std::shared_ptr<
MemMaps
>>& GetMapsCache()
in GetMapsCache()
113
std::pair<std::shared_ptr<
MemMaps
>, uint32_t> FindMap(uint64_t addr);
205
std::map<uint64_t, std::shared_ptr<
MemMaps
>> mapsCache_; // key is memMap soBegin, value is
MemMaps
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
virtual_runtime.cpp
512
auto memMaps = std::make_shared<
MemMaps
>(++memMapFilePathId_);
in FillMapsCache()
564
auto memMaps = std::make_shared<
MemMaps
>(++memMapFilePathId_);
in HandleMapInfo()
597
std::pair<std::shared_ptr<
MemMaps
>, uint32_t> VirtualRuntime::FindMap(uint64_t addr)
in FindMap()
607
std::shared_ptr<
MemMaps
> curMaps = (--iter)->second;
in FindMap()
H
A
D
virtual_thread.cpp
48
const std::pair<std::shared_ptr<
MemMaps
>, uint32_t> VirtualThread::FindMemMapsByAddr(uint64_t addr) const
in FindMemMapsByAddr()
Completed in 5 milliseconds