Home
last modified time | relevance | path

Searched refs:spaceName (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmap.cpp19 const std::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threadId) in GetPageTagString() argument
24 return std::string(HEAP_TAG).append(spaceName); in GetPageTagString()
26 return std::string(HEAP_TAG).append(std::to_string(threadId)).append(spaceName); in GetPageTagString()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp106 const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort) in Allocate()
118 PageTag(mem.GetMem(), size, type, spaceName, threadId); in Allocate()
132 PageTag(mem.GetMem(), size, type, spaceName, threadId); in Allocate()
150 PageTag(mem.GetMem(), mem.GetSize(), type, spaceName, threadId); in Allocate()
105 Allocate(const uint32_t threadId, size_t size, size_t alignment, const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort) Allocate() argument
H A Dlinear_space.cpp298 const auto spaceName = ToSpaceTypeName(MemSpaceType::EDEN_SPACE); in ReclaimRegions() local
299 EnumerateRegions([this, &spaceName](Region *current) { in ReclaimRegions()
300 LOG_GC(DEBUG) << "Clear region from: " << current << " to " << spaceName; in ReclaimRegions()
H A Dmem_map_allocator.h275 const std::string &spaceName, bool regular, bool isMachineCode,
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmap.h101 void PageTag(void *mem, size_t size, PageTagType type, const std::string &spaceName = "",
104 const std::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threadId = 0);
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp78 void PageTag(void *mem, size_t size, PageTagType type, [[maybe_unused]] const std::string &spaceName, in PageTag() argument
85 const std::string &tag = GetPageTagString(type, spaceName, threadId); in PageTag()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp93 [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()
92 PageTag([[maybe_unused]] void *mem, [[maybe_unused]] size_t size, [[maybe_unused]] PageTagType type, [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) PageTag() argument

Completed in 3 milliseconds