Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmap.cpp19 const CString GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threa… in GetPageTagString()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp93 … [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp78 void PageTag(void *mem, size_t size, PageTagType type, const std::string &spaceName, const uint32_t… in PageTag()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp106const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort, in Allocate()
Dlinear_space.cpp301 const auto spaceName = ToSpaceTypeName(MemSpaceType::EDEN_SPACE); in ReclaimRegions() local