Home | History | Annotate | Download | only in src

Lines Matching refs:heap_stats

252   i::HeapStats heap_stats;
254 heap_stats.start_marker = &start_marker;
256 heap_stats.new_space_size = &new_space_size;
258 heap_stats.new_space_capacity = &new_space_capacity;
260 heap_stats.old_space_size = &old_space_size;
262 heap_stats.old_space_capacity = &old_space_capacity;
264 heap_stats.code_space_size = &code_space_size;
266 heap_stats.code_space_capacity = &code_space_capacity;
268 heap_stats.map_space_size = &map_space_size;
270 heap_stats.map_space_capacity = &map_space_capacity;
272 heap_stats.lo_space_size = &lo_space_size;
274 heap_stats.global_handle_count = &global_handle_count;
276 heap_stats.weak_global_handle_count = &weak_global_handle_count;
278 heap_stats.pending_global_handle_count = &pending_global_handle_count;
280 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
282 heap_stats.free_global_handle_count = &free_global_handle_count;
284 heap_stats.memory_allocator_size = &memory_allocator_size;
286 heap_stats.memory_allocator_capacity = &memory_allocator_capacity;
288 heap_stats.objects_per_type = objects_per_type;
290 heap_stats.size_per_type = size_per_type;
292 heap_stats.os_error = &os_error;
293 heap_stats.last_few_messages = last_few_messages;
294 heap_stats.js_stacktrace = js_stacktrace;
296 heap_stats.end_marker = &end_marker;
300 isolate->heap()->RecordStats(&heap_stats, false);