Home | History | Annotate | Download | only in src

Lines Matching full:heap_stats

162   i::HeapStats heap_stats;
164 heap_stats.start_marker = &start_marker;
166 heap_stats.new_space_size = &new_space_size;
168 heap_stats.new_space_capacity = &new_space_capacity;
170 heap_stats.old_pointer_space_size = &old_pointer_space_size;
172 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
174 heap_stats.old_data_space_size = &old_data_space_size;
176 heap_stats.old_data_space_capacity = &old_data_space_capacity;
178 heap_stats.code_space_size = &code_space_size;
180 heap_stats.code_space_capacity = &code_space_capacity;
182 heap_stats.map_space_size = &map_space_size;
184 heap_stats.map_space_capacity = &map_space_capacity;
186 heap_stats.cell_space_size = &cell_space_size;
188 heap_stats.cell_space_capacity = &cell_space_capacity;
190 heap_stats.property_cell_space_size = &property_cell_space_size;
192 heap_stats.property_cell_space_capacity = &property_cell_space_capacity;
194 heap_stats.lo_space_size = &lo_space_size;
196 heap_stats.global_handle_count = &global_handle_count;
198 heap_stats.weak_global_handle_count = &weak_global_handle_count;
200 heap_stats.pending_global_handle_count = &pending_global_handle_count;
202 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
204 heap_stats.free_global_handle_count = &free_global_handle_count;
206 heap_stats.memory_allocator_size = &memory_allocator_size;
208 heap_stats.memory_allocator_capacity = &memory_allocator_capacity;
210 heap_stats.objects_per_type = objects_per_type;
212 heap_stats.size_per_type = size_per_type;
214 heap_stats.os_error = &os_error;
216 heap_stats.end_marker = &end_marker;
221 isolate->heap()->RecordStats(&heap_stats, false);