Home
last modified time | relevance | path

Searched refs:NUMBER_OF_SETS (Results 1 - 2 of 2) 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()
24 lastSets_(new FreeObjectSet<T> *[NUMBER_OF_SETS](), NUMBER_OF_SETS), jitFort_(fort) in FreeObjectList()
26 for (int i = 0; i < NUMBER_OF_SETS; i++) { in FreeObjectList()
58 for (type = static_cast<int32_t>(CalcNextNoneEmptyIndex(type)); type > lastType && type < NUMBER_OF_SETS; in Allocate()
104 for (type = static_cast<int32_t>(CalcNextNoneEmptyIndex(type)); type > lastType && type < NUMBER_OF_SETS; in LookupSuitableFreeObject()
185 for (int i = 0; i < NUMBER_OF_SETS; i++) { in Rebuild()
305 for (SetType i = 0; i < NUMBER_OF_SETS; i++) { in EnumerateSets()
327 for (SetType i = 0; i < NUMBER_OF_SETS; in EnumerateTopAndLastSets()
[all...]
H A Dfree_object_list.h80 return NUMBER_OF_SETS; in NumberOfSets()
87 static constexpr int NUMBER_OF_SETS = 39; member in panda::ecmascript::FreeObjectList
93 static constexpr int NUMBER_OF_LAST_LARGE = NUMBER_OF_SETS - 2;
94 static constexpr int NUMBER_OF_LAST_HUGE = NUMBER_OF_SETS - 1;

Completed in 2 milliseconds