Home
last modified time | relevance | path

Searched refs:heap_state (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dgc-idle-time-handler.cc123 GCIdleTimeHeapState heap_state) { in Compute() argument
125 if (heap_state.incremental_marking_stopped) { in Compute()
127 heap_state.contexts_disposed, in Compute()
128 heap_state.contexts_disposal_rate)) { in Compute()
137 if (ShouldDoContextDisposalMarkCompact(heap_state.contexts_disposed, in Compute()
138 heap_state.contexts_disposal_rate)) { in Compute()
142 if (!FLAG_incremental_marking || heap_state.incremental_marking_stopped) { in Compute()
Dgc-idle-time-handler.h126 GCIdleTimeHeapState heap_state);
Dheap.cc4312 GCIdleTimeHeapState heap_state; in ComputeHeapState() local
4313 heap_state.contexts_disposed = contexts_disposed_; in ComputeHeapState()
4314 heap_state.contexts_disposal_rate = in ComputeHeapState()
4316 heap_state.size_of_objects = static_cast<size_t>(SizeOfObjects()); in ComputeHeapState()
4317 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()
4318 return heap_state; in ComputeHeapState()
4323 GCIdleTimeHeapState heap_state, in PerformIdleTimeAction() argument
4359 GCIdleTimeHeapState heap_state, in IdleNotificationEpilogue() argument
4374 int used_memory = static_cast<int>(heap_state.size_of_objects / KB); in IdleNotificationEpilogue()
4402 heap_state.Print(); in IdleNotificationEpilogue()
[all …]
Dheap.h1757 GCIdleTimeHeapState heap_state,
1761 GCIdleTimeHeapState heap_state, double start_ms,