Home
last modified time | relevance | path

Searched refs:ModuleMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tools/sampler/
Dtrace_dumper.h31 using ModuleMap = std::unordered_map<uintptr_t, std::unique_ptr<const panda_file::File>>; variable
45 explicit TraceDumper(ModuleMap *modulesMap, MethodMap *methodsMap) in TraceDumper()
65 ModuleMap *modulesMap_ {nullptr};
76 …explicit SingleCSVDumper(const char *filename, DumpType option, ModuleMap *modulesMap, MethodMap *… in SingleCSVDumper()
100 …explicit MultipleCSVDumper(const char *filename, ModuleMap *modulesMap, MethodMap *methodsMap, boo… in MultipleCSVDumper()
Daspt_converter.h75 ModuleMap modulesMap_;