Home
last modified time | relevance | path

Searched refs:MatchFreeObjectInSet (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.h40 bool MatchFreeObjectInSet(FreeObjectSet *set, size_t size);
Dallocator-inl.h200 ret = freeList_->MatchFreeObjectInSet(set, size); in MatchFreeObjectSet()
Dfree_object_list.cpp165 bool FreeObjectList::MatchFreeObjectInSet(FreeObjectSet *set, size_t size) in MatchFreeObjectInSet() function in panda::ecmascript::FreeObjectList