HomeSort by relevance Sort by last modified time
    Searched refs:nof (Results 1 - 17 of 17) sorted by null

  /external/v8/src/objects/
ordered-hash-table.cc 46 int nof = table->NumberOfElements(); local
49 if ((nof + nod) < capacity) return table;
62 int nof = table->NumberOfElements(); local
64 if (nof >= (capacity >> 2)) return table;
109 int nof = table->NumberOfElements(); local
111 int new_entry = nof + table->NumberOfDeletedElements();
117 table->SetNumberOfElements(nof + 1);
164 int nof = table->NumberOfElements(); local
171 for (int old_entry = 0; old_entry < (nof + nod); ++old_entry) {
194 new_table->SetNumberOfElements(nof);
207 int nof = table->NumberOfElements(); local
255 int nof = table->NumberOfElements(); local
383 int nof = table->NumberOfElements(); local
416 int nof = table->NumberOfElements(); local
450 int nof = table->NumberOfElements(); local
472 int nof = table->NumberOfElements(); local
608 int nof = table->NumberOfElements(); local
629 int nof = table->NumberOfElements(); local
    [all...]
hash-table-inl.h 52 void HashTableBase::SetNumberOfElements(int nof) {
53 set(kNumberOfElementsIndex, Smi::FromInt(nof));
hash-table.h 107 inline void SetNumberOfElements(int nof);
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \
103 (nod << 1) | (nof << 3) | (no_frag << 4) | \
  /external/v8/src/
transitions.cc 477 int nof = encoding() == kUninitialized ? 0 : 1; local
478 Handle<TransitionArray> result = isolate_->factory()->NewTransitionArray(nof);
480 if (nof == 1) {
objects.cc 10171 int nof = map->NumberOfOwnDescriptors(); local
12503 int nof = Min(NumberOfOwnDescriptors(), other->NumberOfOwnDescriptors()); local
12517 int nof = NumberOfOwnDescriptors(); local
16897 int nof = NumberOfElements() + number_of_additional_elements; local
16914 int nof = table->NumberOfElements(); local
17213 int nof = table->NumberOfElements(); local
18218 int nof = table->NumberOfElements() + 1; local
    [all...]
code-stub-assembler.cc     [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 355 float nof = arr<float>[3]; // No bounds-check in C++ local
  /external/v8/src/runtime/
runtime-object.cc 156 int nof = map->NumberOfOwnDescriptors(); local
157 if (nof == 0) return false;
158 int descriptor = nof - 1;
169 if (Map::cast(backpointer)->NumberOfOwnDescriptors() != nof - 1) return false;
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
105 | (nof << 3) | (no_frag << 4) | (always_frag << 5) | \
  /external/v8/src/heap/
object-stats.cc 105 int nof = map->NumberOfOwnDescriptors(); local
107 for (int descriptor = 0; descriptor < nof; descriptor++) {
    [all...]
  /external/v8/src/builtins/
builtins-internal-gen.cc 465 TNode<Smi> nof = GetNumberOfElements<NameDictionary>(properties); local
466 TNode<Smi> new_nof = SmiSub(nof, SmiConstant(1));
    [all...]
  /external/v8/tools/
parse-processor.js 543 // Stores the nof bytes per function nesting level.
545 // Max nof bytes encountered at any nesting level.
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 967 Node* nof = DecodeWordFromWord32<Map::NumberOfOwnDescriptorsBits>(bitfield3); local
    [all...]
  /external/pcre/dist2/
RunGrepTest.bat 171 (pushd %srcdir% & %pcre2grep% -Mixn "complete pair\nof lines" ./testdata/grepinputx & popd) >>testtrygrep
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 773 milliseconds