Home
last modified time | relevance | path

Searched defs:memMap (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmem_map_allocator_test.cpp35 MemMap memMap = PageMap(HUGE_OBJECT_CAPACITY, PAGE_PROT_NONE, DEFAULT_REGION_SIZE); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp34 MemMap memMap = PageMap(initialRegularObjectCapacity, PAGE_PROT_NONE, alignment, addr); in InitializeRegularRegionMap() local
58 MemMap memMap in InitializeHugeRegionMap() local
[all...]
H A Dmem_map_allocator.h107 MemMap SplitMemFromCache(MemMap memMap) in SplitMemFromCache() argument
120 void SplitMemMapToCache(MemMap memMap) in SplitMemMapToCache() argument
131 void InsertMemMap(MemMap memMap) in InsertMemMap() argument
151 void Initialize(MemMap memMap, size_ argument
217 MemMap memMap = iterate->second; GetMemFromList() local
228 AddMemToList(MemMap memMap) AddMemToList() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp70 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp54 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local

Completed in 2 milliseconds