Home | History | Annotate | Download | only in src

Lines Matching refs:heap_statistics

3613 void v8::V8::GetHeapStatistics(HeapStatistics* heap_statistics) {
3615 heap_statistics->set_total_heap_size(heap->CommittedMemory());
3616 heap_statistics->set_total_heap_size_executable(
3618 heap_statistics->set_used_heap_size(heap->SizeOfObjects());
3619 heap_statistics->set_heap_size_limit(heap->MaxReserved());