Lines Matching refs:heap_state
3411 GCIdleTimeHeapState heap_state;
3412 heap_state.contexts_disposed = contexts_disposed_;
3413 heap_state.contexts_disposal_rate =
3415 heap_state.size_of_objects = static_cast<size_t>(SizeOfObjects());
3416 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped();
3417 return heap_state;
3422 GCIdleTimeHeapState heap_state,
3456 GCIdleTimeHeapState heap_state,
3476 heap_state.Print();
3512 GCIdleTimeHeapState heap_state = ComputeHeapState();
3515 gc_idle_time_handler_->Compute(idle_time_in_ms, heap_state);
3517 bool result = PerformIdleTimeAction(action, heap_state, deadline_in_ms);
3519 IdleNotificationEpilogue(action, heap_state, start_ms, deadline_in_ms);