Home
last modified time | relevance | path

Searched defs:FreeObjectList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_set.h68 friend class FreeObjectList; variable
Dfree_object_list.cpp24 FreeObjectList::FreeObjectList() : sets_(new FreeObjectSet *[NUMBER_OF_SETS](), NUMBER_OF_SETS), in FreeObjectList() function in panda::ecmascript::FreeObjectList