Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmap.cpp19 const std::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t t… in GetPageTagString()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp186const std::string &spaceName, bool regular, [[maybe_unused]]bool isCompress, in Allocate()
214 const std::string &spaceName, bool isMachineCode, in AllocateFromCompressPool()
249const std::string &spaceName, bool isMachineCode, bool isEnableJitFort, in AllocateFromMemPool()
279 …or::InitialMemPool(MemMap &mem, const uint32_t threadId, size_t size, const std::string &spaceName, in InitialMemPool()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp77 …id PageTag(void *mem, size_t size, PageTagType type, [[maybe_unused]] const std::string &spaceName, in PageTag()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp93 … [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()