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