Lines Matching refs:heap_state
4239 GCIdleTimeHeapState heap_state;
4240 heap_state.contexts_disposed = contexts_disposed_;
4241 heap_state.contexts_disposal_rate =
4243 heap_state.size_of_objects = static_cast<size_t>(SizeOfObjects());
4244 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped();
4245 return heap_state;
4250 GCIdleTimeHeapState heap_state,
4285 GCIdleTimeHeapState heap_state,
4300 int used_memory = static_cast<int>(heap_state.size_of_objects / KB);
4329 heap_state.Print();
4365 GCIdleTimeHeapState heap_state = ComputeHeapState();
4368 gc_idle_time_handler_->Compute(idle_time_in_ms, heap_state);
4370 bool result = PerformIdleTimeAction(action, heap_state, deadline_in_ms);
4372 IdleNotificationEpilogue(action, heap_state, start_ms, deadline_in_ms);