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