Home
last modified time | relevance | path

Searched refs:SMALL_SET_MAX_INDEX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp69 if (type <= SMALL_SET_MAX_INDEX) { in Allocate()
111 if (type <= SMALL_SET_MAX_INDEX) { in LookupSuitableFreeObject()
209 if (type <= SMALL_SET_MAX_INDEX) { in MatchFreeObjectInSet()
H A Dfree_object_list.h92 static constexpr int SMALL_SET_MAX_INDEX = 29; member in panda::ecmascript::FreeObjectList

Completed in 1 milliseconds