Home
last modified time | relevance | path

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

/foundation/arkui/napi/scope_manager/
Dnative_scope_manager.cpp81 static void CreateVmas(int pid, std::vector<struct StructVma>& vmas) in CreateVmas()
109 static void ResetVmas(std::atomic<std::vector<struct StructVma>*>& vmas) in ResetVmas()
122 …const struct StructVma* FindMapByAddr(uintptr_t address, const std::vector<struct StructVma>& vmas) in FindMapByAddr()
132 static bool BackTrace(const std::vector<struct StructVma>& vmas) in BackTrace()