Searched defs:nof (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/objects/ |
D | ordered-hash-table.cc | 46 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 …]
|
D | hash-table-inl.h | 52 void HashTableBase::SetNumberOfElements(int nof) { in SetNumberOfElements()
|
/external/v8/src/ |
D | transitions.cc | 477 int nof = encoding() == kUninitialized ? 0 : 1; in EnsureHasFullTransitionArray() local
|
D | objects.cc | 10171 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
|
D | code-stub-assembler.cc | 7912 TNode<Smi> nof = GetNumberOfElements<Dictionary>(dictionary); in Add() local 8155 TNode<Uint32T> nof = DecodeWord32<Map::NumberOfOwnDescriptorsBits>(bitfield3); in DescriptorLookup() local
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_top_level.cpp | 355 float nof = arr<float>[3]; // No bounds-check in C++ in bar() local
|
/external/v8/src/heap/ |
D | object-stats.cc | 105 int nof = map->NumberOfOwnDescriptors(); in GetInobjectFieldStats() local
|
/external/v8/src/runtime/ |
D | runtime-object.cc | 156 int nof = map->NumberOfOwnDescriptors(); in DeleteObjectPropertyFast() local
|
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 465 TNode<Smi> nof = GetNumberOfElements<NameDictionary>(properties); in DeleteDictionaryProperty() local
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_fs.h | 101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \ argument
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \ argument
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 967 Node* nof = DecodeWordFromWord32<Map::NumberOfOwnDescriptorsBits>(bitfield3); in HandleStoreICTransitionMapHandlerCase() local
|