Home
last modified time | relevance | path

Searched refs:fort (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp23 FreeObjectList<T>::FreeObjectList(JitFort * fort) : sets_(new FreeObjectSet<T> *[NUMBER_OF_SETS](), NUMBER_OF_SETS), in FreeObjectList() argument
24 lastSets_(new FreeObjectSet<T> *[NUMBER_OF_SETS](), NUMBER_OF_SETS), jitFort_(fort) in FreeObjectList()
32 template FreeObjectList<FreeObject>::FreeObjectList(JitFort* fort);
33 template FreeObjectList<MemDesc>::FreeObjectList(JitFort* fort);
H A Dfree_object_list.h31 FreeObjectList(JitFort* fort = nullptr);
H A Dallocator.h93 inline explicit FreeListAllocator(BaseHeap *heap, MemDescPool *pool, JitFort *fort);
H A Djit_fort.cpp31 FreeListAllocator<MemDesc>::FreeListAllocator(BaseHeap *heap, MemDescPool *pool, JitFort *fort) in FreeListAllocator() argument
34 freeList_ = std::make_unique<FreeObjectList<MemDesc>>(fort); in FreeListAllocator()

Completed in 2 milliseconds