Searched defs:spaceName (Results 1 - 5 of 5) 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
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_map_allocator.cpp | 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
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | map.cpp | 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
|
| /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
|
Completed in 5 milliseconds