Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h226 int numberOfAllElements = NumberOfElements() + NumberOfDeletedElements(); in Rehash() local
230 for (int i = 0; i < numberOfAllElements; i++) { in Rehash()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp35 GateRef numberOfAllElements = Int32Add(GetNumberOfElements(linkedTable), in Rehash() local
51 BRANCH(Int32LessThan(*i, numberOfAllElements), &next, &loopExit); in Rehash()

Completed in 3 milliseconds