Searched defs:spaceName (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | map.cpp | 19 const std::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t t… in GetPageTagString()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.cpp | 186 … const std::string &spaceName, bool regular, [[maybe_unused]]bool isCompress, in Allocate() 214 const std::string &spaceName, bool isMachineCode, in AllocateFromCompressPool() 249 … const 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/ |
| D | map.cpp | 77 …id PageTag(void *mem, size_t size, PageTagType type, [[maybe_unused]] const std::string &spaceName, in PageTag()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 93 … [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()
|