Searched refs:HEAP (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/common/ |
H A D | map.cpp | 22 case PageTagType::HEAP: in GetPageTagString() 44 case PageTagType::HEAP: in GetPageTagString()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_map_allocator.cpp | 109 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate() 160 // Clear ThreadId tag and tag the mem with ARKTS HEAP. in CacheOrFree() 162 PageTag(mem, size, PageTagType::HEAP); in CacheOrFree()
|
H A D | linear_space.cpp | 178 PageTag(memMap_.GetMem(), memMap_.GetSize(), PageTagType::HEAP, ToSpaceTypeName(MemSpaceType::EDEN_SPACE), in EdenSpace()
|
H A D | heap.cpp | 640 PageTag(region, region->GetCapacity(), PageTagType::HEAP, region->GetSpaceTypeName(), threadId); in MoveOldSpaceToAppspawn()
|
/arkcompiler/ets_runtime/ecmascript/platform/ |
H A D | map.h | 60 HEAP, member in panda::ecmascript::PageTagType
|
Completed in 7 milliseconds