Lines Matching refs:heap_stats
232 i::HeapStats heap_stats; in FatalProcessOutOfMemory() local
234 heap_stats.start_marker = &start_marker; in FatalProcessOutOfMemory()
236 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()
238 heap_stats.new_space_capacity = &new_space_capacity; in FatalProcessOutOfMemory()
240 heap_stats.old_space_size = &old_space_size; in FatalProcessOutOfMemory()
242 heap_stats.old_space_capacity = &old_space_capacity; in FatalProcessOutOfMemory()
244 heap_stats.code_space_size = &code_space_size; in FatalProcessOutOfMemory()
246 heap_stats.code_space_capacity = &code_space_capacity; in FatalProcessOutOfMemory()
248 heap_stats.map_space_size = &map_space_size; in FatalProcessOutOfMemory()
250 heap_stats.map_space_capacity = &map_space_capacity; in FatalProcessOutOfMemory()
252 heap_stats.lo_space_size = &lo_space_size; in FatalProcessOutOfMemory()
254 heap_stats.global_handle_count = &global_handle_count; in FatalProcessOutOfMemory()
256 heap_stats.weak_global_handle_count = &weak_global_handle_count; in FatalProcessOutOfMemory()
258 heap_stats.pending_global_handle_count = &pending_global_handle_count; in FatalProcessOutOfMemory()
260 heap_stats.near_death_global_handle_count = &near_death_global_handle_count; in FatalProcessOutOfMemory()
262 heap_stats.free_global_handle_count = &free_global_handle_count; in FatalProcessOutOfMemory()
264 heap_stats.memory_allocator_size = &memory_allocator_size; in FatalProcessOutOfMemory()
266 heap_stats.memory_allocator_capacity = &memory_allocator_capacity; in FatalProcessOutOfMemory()
268 heap_stats.objects_per_type = objects_per_type; in FatalProcessOutOfMemory()
270 heap_stats.size_per_type = size_per_type; in FatalProcessOutOfMemory()
272 heap_stats.os_error = &os_error; in FatalProcessOutOfMemory()
273 heap_stats.last_few_messages = last_few_messages; in FatalProcessOutOfMemory()
274 heap_stats.js_stacktrace = js_stacktrace; in FatalProcessOutOfMemory()
276 heap_stats.end_marker = &end_marker; in FatalProcessOutOfMemory()
280 isolate->heap()->RecordStats(&heap_stats, false); in FatalProcessOutOfMemory()