Searched refs:spaceName (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/common/ |
H A D | map.cpp | 19 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 D | mem_map_allocator.cpp | 106 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 D | linear_space.cpp | 298 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 D | mem_map_allocator.h | 275 const std::string &spaceName, bool regular, bool isMachineCode,
|
/arkcompiler/ets_runtime/ecmascript/platform/ |
H A D | map.h | 101 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 D | map.cpp | 78 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 D | map.cpp | 93 [[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