Searched defs:memMap (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | mem_map_allocator_test.cpp | 35 MemMap memMap = PageMap(HUGE_OBJECT_CAPACITY, PAGE_PROT_NONE, DEFAULT_REGION_SIZE); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_map_allocator.cpp | 34 MemMap memMap = PageMap(initialRegularObjectCapacity, PAGE_PROT_NONE, alignment, addr); in InitializeRegularRegionMap() local 58 MemMap memMap in InitializeHugeRegionMap() local [all...] |
H A D | mem_map_allocator.h | 107 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 D | map.cpp | 70 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
H A D | map.cpp | 54 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
|
Completed in 2 milliseconds