Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h109 inline void SetNumberOfNodes(const JSThread *thread, int nof) in SetNumberOfNodes()
Dlinked_hash_table.h71 int nof = numberOfElements + numOfAddElements; in HasSufficientCapacity() local
176 inline void SetNumberOfElements(const JSThread *thread, int nof) in SetNumberOfElements()
Dtagged_hash_table.h296 inline void SetEntriesCount(const JSThread *thread, int nof) in SetEntriesCount()
Dtagged_tree.cpp402 int nof = tree->NumberOfElements() + tree->NumberOfDeletedElements(); in GrowCapacity() local