Home | History | Annotate | Download | only in src

Lines Matching refs:heap_stats

108   i::HeapStats heap_stats;
110 heap_stats.start_marker = &start_marker;
112 heap_stats.new_space_size = &new_space_size;
114 heap_stats.new_space_capacity = &new_space_capacity;
116 heap_stats.old_pointer_space_size = &old_pointer_space_size;
118 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
120 heap_stats.old_data_space_size = &old_data_space_size;
122 heap_stats.old_data_space_capacity = &old_data_space_capacity;
124 heap_stats.code_space_size = &code_space_size;
126 heap_stats.code_space_capacity = &code_space_capacity;
128 heap_stats.map_space_size = &map_space_size;
130 heap_stats.map_space_capacity = &map_space_capacity;
132 heap_stats.cell_space_size = &cell_space_size;
134 heap_stats.cell_space_capacity = &cell_space_capacity;
136 heap_stats.property_cell_space_size = &property_cell_space_size;
138 heap_stats.property_cell_space_capacity = &property_cell_space_capacity;
140 heap_stats.lo_space_size = &lo_space_size;
142 heap_stats.global_handle_count = &global_handle_count;
144 heap_stats.weak_global_handle_count = &weak_global_handle_count;
146 heap_stats.pending_global_handle_count = &pending_global_handle_count;
148 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
150 heap_stats.free_global_handle_count = &free_global_handle_count;
152 heap_stats.memory_allocator_size = &memory_allocator_size;
154 heap_stats.memory_allocator_capacity = &memory_allocator_capacity;
156 heap_stats.objects_per_type = objects_per_type;
158 heap_stats.size_per_type = size_per_type;
160 heap_stats.os_error = &os_error;
162 heap_stats.end_marker = &end_marker;
167 isolate->heap()->RecordStats(&heap_stats, false);