Home | History | Annotate | Download | only in src

Lines Matching refs:heap_stats

130   i::HeapStats heap_stats;
132 heap_stats.start_marker = &start_marker;
134 heap_stats.new_space_size = &new_space_size;
136 heap_stats.new_space_capacity = &new_space_capacity;
138 heap_stats.old_pointer_space_size = &old_pointer_space_size;
140 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
142 heap_stats.old_data_space_size = &old_data_space_size;
144 heap_stats.old_data_space_capacity = &old_data_space_capacity;
146 heap_stats.code_space_size = &code_space_size;
148 heap_stats.code_space_capacity = &code_space_capacity;
150 heap_stats.map_space_size = &map_space_size;
152 heap_stats.map_space_capacity = &map_space_capacity;
154 heap_stats.cell_space_size = &cell_space_size;
156 heap_stats.cell_space_capacity = &cell_space_capacity;
158 heap_stats.lo_space_size = &lo_space_size;
160 heap_stats.global_handle_count = &global_handle_count;
162 heap_stats.weak_global_handle_count = &weak_global_handle_count;
164 heap_stats.pending_global_handle_count = &pending_global_handle_count;
166 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
168 heap_stats.destroyed_global_handle_count = &destroyed_global_handle_count;
170 heap_stats.end_marker = &end_marker;
171 i::Heap::RecordStats(&heap_stats);