Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp80 auto allocateBase = region->GetAllocateBase(); in FreeRegion() local
86 if (memset_s(ToVoidPtr(allocateBase), size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in FreeRegion()
91 MemMapAllocator::GetInstance()->CacheOrFree(ToVoidPtr(allocateBase), in FreeRegion()
H A Djit_fort.h137 JitFortRegion(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t end, in JitFortRegion() argument
138 RegionSpaceFlag spaceType, MemDescPool *pool) : Region(allocator, allocateBase, end, spaceType), in JitFortRegion()
H A Dregion.h157 Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t begin, uintptr_t end, in Region() argument
161 allocateBase_(allocateBase), in Region()
173 Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t end, in Region() argument
175 : packedData_(allocateBase, spaceType), // no markGCBitset_ for JitFort in Region()
177 allocateBase_(allocateBase), in Region()

Completed in 3 milliseconds