Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h228 int currentDeletedElements = 0; in Rehash() local
235 currentDeletedElements++; in Rehash()
236 SetDeletedNum(thread, i, JSTaggedValue(currentDeletedElements)); in Rehash()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp39 DEFVARIABLE(currentDeletedElements, VariableType::INT32(), Int32(0)); in Rehash()
61 currentDeletedElements = Int32Add(*currentDeletedElements, Int32(1)); in Rehash()
62 SetDeletedNum(linkedTable, *i, *currentDeletedElements); in Rehash()

Completed in 3 milliseconds