Home
last modified time | relevance | path

Searched defs:nof (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h115 inline void SetNumberOfNodes(const JSThread *thread, int nof) in SetNumberOfNodes()
Dlinked_hash_table.h76 int nof = numberOfElements + numOfAddElements; in HasSufficientCapacity() local
198 inline void SetNumberOfElements(const JSThread *thread, int nof) in SetNumberOfElements()
Dtagged_hash_table.h359 inline void SetEntriesCount(const JSThread *thread, int nof) in SetEntriesCount()
Dtagged_tree.cpp467 uint32_t nof = tree->NumberOfElements() + tree->NumberOfDeletedElements(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp203 GateRef nof = Int32Add(numberOfElements, numOfAddElements); in HasSufficientCapacity() local