Searched defs:spaceName (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | map.cpp | 19 const CString GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threa… in GetPageTagString()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 93 … [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | map.cpp | 78 void PageTag(void *mem, size_t size, PageTagType type, const std::string &spaceName, const uint32_t… in PageTag()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.cpp | 106 … const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort, in Allocate()
|
| D | linear_space.cpp | 301 const auto spaceName = ToSpaceTypeName(MemSpaceType::EDEN_SPACE); in ReclaimRegions() local
|