Home
last modified time | relevance | path

Searched defs:memMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h67 MemMap SplitMemFromCache(MemMap memMap) in SplitMemFromCache()
80 void InsertMemMap(MemMap memMap) in InsertMemMap()
99 void Initialize(MemMap memMap) in Initialize()
127 MemMap memMap = iterate->second; in GetMemFromList() local
138 void AddMemToList(MemMap memMap) in AddMemToList()
166 MemMap memMap = PageMap(hugeObjectCapacity, PAGE_PROT_NONE, alignment); in Initialize() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp55 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp62 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local