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

  /external/v8/src/
transitions.cc 445 int nof = IsSimpleTransition(raw_transitions) ? 1 : 0; local
446 Handle<TransitionArray> result = Allocate(map->GetIsolate(), nof);
451 if (new_nof != nof) {
455 } else if (nof == 1) {
code-stub-assembler.cc 1737 Node* nof = BitFieldDecode<Map::NumberOfOwnDescriptorsBits>(bit_field3); local
    [all...]
objects.cc 4892 int nof = map->NumberOfOwnDescriptors(); local
9412 int nof = map->NumberOfOwnDescriptors(); local
11544 int nof = Min(NumberOfOwnDescriptors(), other->NumberOfOwnDescriptors()); local
16347 int nof = table->NumberOfElements() + n; local
16369 int nof = NumberOfElements() + number_of_additional_elements; local
16386 int nof = table->NumberOfElements(); local
17728 int nof = table->NumberOfElements() + 1; local
17868 int nof = table->NumberOfElements(); local
17884 int nof = table->NumberOfElements(); local
17940 int nof = table->NumberOfElements(); local
17982 int nof = table->NumberOfElements(); local
    [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/test/cctest/
test-unboxed-doubles.cc 749 int nof = 0; local
787 nof++;
    [all...]
test-api.cc 14197 const int nof = 2; local
    [all...]
  /system/bt/btif/src/
btif_media_task.c 2642 UINT8 nof = 0; local
    [all...]

Completed in 378 milliseconds