Home
last modified time | relevance | path

Searched refs:nof (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc71 int nof = table->NumberOfElements(); in EnsureGrowable() local
74 if ((nof + nod) < capacity) return table; in EnsureGrowable()
97 int nof = table->NumberOfElements(); in Shrink() local
99 if (nof >= (capacity >> 2)) return table; in Shrink()
190 int nof = table->NumberOfElements(); in Add() local
192 int new_entry = nof + table->NumberOfDeletedElements(); in Add()
198 table->SetNumberOfElements(nof + 1); in Add()
342 int nof = table.NumberOfElements(); in Delete() local
351 table.SetNumberOfElements(nof - 1); in Delete()
396 int nof in Add() local
462 int nof = table->NumberOfElements(); Add() local
505 int nof = table->NumberOfElements(); DeleteEntry() local
722 int nof = table->NumberOfElements(); Add() local
765 int nof = table->NumberOfElements(); Add() local
830 int nof = table->NumberOfElements(); Add() local
886 int nof = table.NumberOfElements(); Delete() local
910 int nof = table->NumberOfElements(); DeleteEntry() local
981 int nof = table->NumberOfElements(); Shrink() local
[all...]
H A Dswiss-name-dictionary.cc27 int nof = table->NumberOfElements(); in DeleteEntry() local
28 table->SetNumberOfElements(nof - 1); in DeleteEntry()
189 int nof = table->NumberOfElements(); in Shrink() local
191 if (nof >= (capacity >> 2)) return table; in Shrink()
H A Dstring-table.cc37 int nof = number_of_elements + number_of_additional_elements; in StringTableHasSufficientCapacityToAdd() local
41 if ((nof < capacity) && in StringTableHasSufficientCapacityToAdd()
42 ((number_of_deleted_elements <= (capacity - nof) / 2))) { in StringTableHasSufficientCapacityToAdd()
43 int needed_free = nof / 2; in StringTableHasSufficientCapacityToAdd()
44 if (nof + needed_free <= capacity) return true; in StringTableHasSufficientCapacityToAdd()
H A Dswiss-name-dictionary-inl.h516 int nof = table->NumberOfElements(); in Add() local
518 int new_enum_index = nof + nod; in Add()
522 table->SetNumberOfElements(nof + 1); in Add()
H A Dhash-table-inl.h125 void HashTableBase::SetNumberOfElements(int nof) { in SetNumberOfElements() argument
126 set(kNumberOfElementsIndex, Smi::FromInt(nof)); in SetNumberOfElements()
H A Dtransitions.cc534 int nof = in EnsureHasFullTransitionArray() local
536 Handle<TransitionArray> result = isolate->factory()->NewTransitionArray(nof); in EnsureHasFullTransitionArray()
539 if (nof == 1) { in EnsureHasFullTransitionArray()
H A Dhash-table.h106 inline void SetNumberOfElements(int nof);
H A Dmap.cc2030 int nof = map->NumberOfOwnDescriptors(); in CopyAddDescriptor() local
2032 DescriptorArray::CopyUpTo(isolate, descriptors, nof, 1); in CopyAddDescriptor()
2125 int nof = in EquivalentToForTransition() local
2133 return this_descriptors.IsEqualUpTo(that_descriptors, nof); in EquivalentToForTransition()
H A Dobjects.cc5883 int nof = number_of_elements + number_of_additional_elements; in HasSufficientCapacityToAdd() local
5887 if ((nof < capacity) && in HasSufficientCapacityToAdd()
5888 ((number_of_deleted_elements <= (capacity - nof) / 2))) { in HasSufficientCapacityToAdd()
5889 int needed_free = nof / 2; in HasSufficientCapacityToAdd()
5890 if (nof + needed_free <= capacity) return true; in HasSufficientCapacityToAdd()
6396 int nof = table->NumberOfElements() + 1; in Put() local
6397 int capacity = ObjectHashTable::ComputeCapacity(nof * 2); in Put()
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc175 int nof = receiver_map->NumberOfOwnDescriptors(); in DeleteObjectPropertyFast() local
176 if (nof == 0) return false; in DeleteObjectPropertyFast()
177 InternalIndex descriptor(nof - 1); in DeleteObjectPropertyFast()
190 if (parent_map->NumberOfOwnDescriptors() != nof - 1) return false; in DeleteObjectPropertyFast()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc617 TNode<Smi> nof = GetNumberOfElements<NameDictionary>(properties); in DictionarySpecificDelete() local
618 TNode<Smi> new_nof = SmiSub(nof, SmiConstant(1)); in DictionarySpecificDelete()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8774 TNode<Smi> nof = GetNumberOfElements<Dictionary>(dictionary);
8775 TNode<Smi> new_nof = SmiAdd(nof, SmiConstant(1));
9361 TNode<Uint32T> nof =
9363 Lookup<DescriptorArray>(unique_name, descriptors, nof, if_found,
15356 TVARIABLE(Uint32T, nof, Uint32Constant(0));
15358 nof = mta.Load(meta_table,
15363 return ChangeInt32ToIntPtr(nof.value());
15404 TNode<Uint32T> nof = mta.Load(
15409 TNode<Uint32T> used = Uint32Add(nof, nod);
15411 TNode<Uint32T> inc_nof = Uint32Add(nof, Uint32Constan
[all...]
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat171 (pushd %srcdir% & %pcre2grep% -Mixn "complete pair\nof lines" ./testdata/grepinputx & popd) >>testtrygrep
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc1438 TNode<UintPtrT> nof = in HandleStoreICTransitionMapHandlerCase() local
1440 CSA_DCHECK(this, WordNotEqual(nof, IntPtrConstant(0))); in HandleStoreICTransitionMapHandlerCase()
1445 IntPtrConstant(DescriptorArray::ToKeyIndex(-1)), IntPtrMul(nof, factor))); in HandleStoreICTransitionMapHandlerCase()

Completed in 55 milliseconds