Home | History | Annotate | Download | only in heap

Lines Matching refs:heap_state

4305   GCIdleTimeHandler::HeapState heap_state;
4306 heap_state.contexts_disposed = contexts_disposed_;
4307 heap_state.size_of_objects = static_cast<size_t>(SizeOfObjects());
4308 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped();
4310 heap_state.can_start_incremental_marking =
4312 heap_state.sweeping_in_progress =
4314 heap_state.mark_compact_speed_in_bytes_per_ms =
4316 heap_state.incremental_marking_speed_in_bytes_per_ms = static_cast<size_t>(
4318 heap_state.scavenge_speed_in_bytes_per_ms =
4320 heap_state.available_new_space_memory = new_space_.Available();
4321 heap_state.new_space_capacity = new_space_.Capacity();
4322 heap_state.new_space_allocation_throughput_in_bytes_per_ms =
4327 gc_idle_time_handler_.Compute(idle_time_in_ms, heap_state);