Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dordered-hash-table.cc46 int nof = table->NumberOfElements(); in EnsureGrowable() local
62 int nof = table->NumberOfElements(); in Shrink() local
109 int nof = table->NumberOfElements(); in Add() local
164 int nof = table->NumberOfElements(); in Rehash() local
207 int nof = table->NumberOfElements(); in Delete() local
255 int nof = table->NumberOfElements(); in Add() local
383 int nof = table->NumberOfElements(); in Add() local
416 int nof = table->NumberOfElements(); in Add() local
450 int nof = table->NumberOfElements(); in Delete() local
472 int nof = table->NumberOfElements(); in Rehash() local
[all …]
Dhash-table-inl.h52 void HashTableBase::SetNumberOfElements(int nof) { in SetNumberOfElements()
/external/v8/src/
Dtransitions.cc477 int nof = encoding() == kUninitialized ? 0 : 1; in EnsureHasFullTransitionArray() local
Dobjects.cc10171 int nof = map->NumberOfOwnDescriptors(); in CopyAddDescriptor() local
12503 int nof = Min(NumberOfOwnDescriptors(), other->NumberOfOwnDescriptors()); in EquivalentToForTransition() local
12517 int nof = NumberOfOwnDescriptors(); in EquivalentToForElementsKindTransition() local
16897 int nof = NumberOfElements() + number_of_additional_elements; in HasSufficientCapacityToAdd() local
16914 int nof = table->NumberOfElements(); in Shrink() local
17213 int nof = table->NumberOfElements(); in CautiousShrink() local
18218 int nof = table->NumberOfElements() + 1; in Put() local
Dcode-stub-assembler.cc7912 TNode<Smi> nof = GetNumberOfElements<Dictionary>(dictionary); in Add() local
8155 TNode<Uint32T> nof = DecodeWord32<Map::NumberOfOwnDescriptorsBits>(bitfield3); in DescriptorLookup() local
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp355 float nof = arr<float>[3]; // No bounds-check in C++ in bar() local
/external/v8/src/heap/
Dobject-stats.cc105 int nof = map->NumberOfOwnDescriptors(); in GetInobjectFieldStats() local
/external/v8/src/runtime/
Druntime-object.cc156 int nof = map->NumberOfOwnDescriptors(); in DeleteObjectPropertyFast() local
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc465 TNode<Smi> nof = GetNumberOfElements<NameDictionary>(properties); in DeleteDictionaryProperty() local
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \ argument
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \ argument
/external/v8/src/ic/
Daccessor-assembler.cc967 Node* nof = DecodeWordFromWord32<Map::NumberOfOwnDescriptorsBits>(bitfield3); in HandleStoreICTransitionMapHandlerCase() local