Lines Matching defs:heap_stats

216   i::HeapStats heap_stats;
228 memset(&heap_stats, 0xBADC0DE, sizeof(heap_stats));
240 heap_stats.start_marker = &start_marker;
242 heap_stats.ro_space_size = &ro_space_size;
244 heap_stats.ro_space_capacity = &ro_space_capacity;
246 heap_stats.new_space_size = &new_space_size;
248 heap_stats.new_space_capacity = &new_space_capacity;
250 heap_stats.old_space_size = &old_space_size;
252 heap_stats.old_space_capacity = &old_space_capacity;
254 heap_stats.code_space_size = &code_space_size;
256 heap_stats.code_space_capacity = &code_space_capacity;
258 heap_stats.map_space_size = &map_space_size;
260 heap_stats.map_space_capacity = &map_space_capacity;
262 heap_stats.lo_space_size = &lo_space_size;
264 heap_stats.code_lo_space_size = &code_lo_space_size;
266 heap_stats.global_handle_count = &global_handle_count;
268 heap_stats.weak_global_handle_count = &weak_global_handle_count;
270 heap_stats.pending_global_handle_count = &pending_global_handle_count;
272 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
274 heap_stats.free_global_handle_count = &free_global_handle_count;
276 heap_stats.memory_allocator_size = &memory_allocator_size;
278 heap_stats.memory_allocator_capacity = &memory_allocator_capacity;
280 heap_stats.malloced_memory = &malloced_memory;
282 heap_stats.malloced_peak_memory = &malloced_peak_memory;
284 heap_stats.objects_per_type = objects_per_type;
286 heap_stats.size_per_type = size_per_type;
288 heap_stats.os_error = &os_error;
289 heap_stats.last_few_messages = last_few_messages;
290 heap_stats.js_stacktrace = js_stacktrace;
292 heap_stats.end_marker = &end_marker;
296 isolate->heap()->RecordStats(&heap_stats, false);