Searched refs:ObjectCountAtLastGC (Results 1 – 3 of 3) sorted by relevance
1274 size_t ObjectCountAtLastGC(size_t index);
6429 size_t Heap::ObjectCountAtLastGC(size_t index) { in ObjectCountAtLastGC() function in v8::internal::Heap
8135 size_t object_count = heap->ObjectCountAtLastGC(type_index); in GetHeapObjectStatisticsAtLastGC()