Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h74 int numOfDelElements = NumberOfDeletedElements(); in HasSufficientCapacity() local
80 if ((nof < capacity) && ((numOfDelElements <= (capacity - nof) / 2))) { // 2: half in HasSufficientCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp203 GateRef numOfDelElements = GetNumberOfDeletedElements(linkedTable); in HasSufficientCapacity() local
208 .And(Int32LessThanOrEqual(numOfDelElements, Int32Div(Int32Sub(capacity, nof), Int32(2)))) in HasSufficientCapacity()

Completed in 3 milliseconds