Home
last modified time | relevance | path

Searched refs:MEMPOOL_CACHE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmap.cpp32 case PageTagType::MEMPOOL_CACHE: in GetPageTagString()
48 case PageTagType::MEMPOOL_CACHE: in GetPageTagString()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp36 PageTag(memMap.GetMem(), memMap.GetSize(), PageTagType::MEMPOOL_CACHE); in InitializeRegularRegionMap()
60 PageTag(memMap.GetMem(), memMap.GetSize(), PageTagType::MEMPOOL_CACHE); in InitializeHugeRegionMap()
72 PageTag(hugeMemMap.GetMem(), hugeMemMap.GetSize(), PageTagType::MEMPOOL_CACHE); in InitializeHugeRegionMap()
183 PageTag(mem, size, PageTagType::MEMPOOL_CACHE); in Free()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmap.h62 MEMPOOL_CACHE, member in panda::ecmascript::PageTagType

Completed in 1 milliseconds