Home
last modified time | relevance | path

Searched refs:LookupSuitableFreeObject (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp92 T *FreeObjectList<T>::LookupSuitableFreeObject(size_t size) in LookupSuitableFreeObject() function in panda::ecmascript::FreeObjectList
125 template FreeObject *FreeObjectList<FreeObject>::LookupSuitableFreeObject(size_t);
H A Dallocator-inl.h196 uintptr_t FreeListAllocator<T>::LookupSuitableFreeObject(size_t size) in LookupSuitableFreeObject() function in panda::ecmascript::FreeListAllocator
198 auto freeObject = freeList_->LookupSuitableFreeObject(size); in LookupSuitableFreeObject()
H A Dfree_object_list.h36 T *LookupSuitableFreeObject(size_t size);
H A Dallocator.h100 inline uintptr_t LookupSuitableFreeObject(size_t size);
H A Dsparse_space.cpp389 uintptr_t result = allocator_->LookupSuitableFreeObject(size); in TryToGetExclusiveRegion()

Completed in 3 milliseconds