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

  /external/v8/test/cctest/
test-weakmaps.cc 88 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
93 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
111 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
116 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
144 CHECK_EQ(32, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
148 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
test-dictionary.cc 49 CHECK_EQ(table->NumberOfElements(), 1);
55 CHECK_EQ(table->NumberOfElements(), 1);
61 CHECK_EQ(table->NumberOfElements(), 1);
66 CHECK_EQ(table->NumberOfElements(), 0);
76 CHECK_EQ(table->NumberOfElements(), i + 1);
test-api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-dictionary.cc 51 CHECK_EQ(table->NumberOfElements(), 1);
57 CHECK_EQ(table->NumberOfElements(), 1);
63 CHECK_EQ(table->NumberOfElements(), 1);
68 CHECK_EQ(table->NumberOfElements(), 0);
78 CHECK_EQ(table->NumberOfElements(), i + 1);
test-weakmaps.cc 103 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
108 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
126 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
131 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
162 CHECK_EQ(32, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
166 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
test-weaksets.cc 103 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements());
108 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements());
126 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements());
131 CHECK_EQ(0, ObjectHashTable::cast(weakset->table())->NumberOfElements());
162 CHECK_EQ(32, ObjectHashTable::cast(weakset->table())->NumberOfElements());
166 CHECK_EQ(0, ObjectHashTable::cast(weakset->table())->NumberOfElements());
test-object-observe.cc 416 static int NumberOfElements(i::Handle<i::JSWeakMap> map) {
417 return i::ObjectHashTable::cast(map->table())->NumberOfElements();
441 CHECK_EQ(1, NumberOfElements(callbackInfoMap));
442 CHECK_EQ(1, NumberOfElements(objectInfoMap));
443 CHECK_EQ(1, NumberOfElements(notifierTargetMap));
445 CHECK_EQ(0, NumberOfElements(callbackInfoMap));
446 CHECK_EQ(0, NumberOfElements(objectInfoMap));
447 CHECK_EQ(0, NumberOfElements(notifierTargetMap));
test-api.cc     [all...]
  /external/chromium_org/v8/src/
objects-debug.cc 1029 info->number_of_slow_used_properties_ += dict->NumberOfElements();
1031 dict->Capacity() - dict->NumberOfElements();
1069 info->number_of_slow_used_elements_ += dict->NumberOfElements();
1071 dict->Capacity() - dict->NumberOfElements();
    [all...]
handles.cc 819 int length = dictionary->NumberOfElements();
831 // By comparing the monotonous NextEnumerationIndex to the NumberOfElements,
    [all...]
objects.cc     [all...]
objects.h     [all...]
mark-compact.cc     [all...]
runtime.cc     [all...]
heap.cc 520 string_table()->NumberOfElements());
    [all...]
  /external/v8/src/
objects-debug.cc 788 info->number_of_slow_used_properties_ += dict->NumberOfElements();
790 dict->Capacity() - dict->NumberOfElements();
815 info->number_of_slow_used_elements_ += dict->NumberOfElements();
817 dict->Capacity() - dict->NumberOfElements();
objects.h     [all...]
objects.cc     [all...]
mark-compact.cc     [all...]
heap.cc 435 symbol_table()->NumberOfElements());
    [all...]
runtime.cc     [all...]

Completed in 193 milliseconds