HomeSort by relevance Sort by last modified time
    Searched refs:heap_state (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/heap/
gc-idle-time-handler.cc 112 HeapState heap_state) {
115 heap_state.available_new_space_memory,
116 heap_state.new_space_allocation_throughput_in_bytes_per_ms) &&
118 EstimateScavengeTime(heap_state.new_space_capacity,
119 heap_state.scavenge_speed_in_bytes_per_ms)) {
123 if (EnoughGarbageSinceLastIdleRound() || heap_state.contexts_disposed > 0) {
134 if (heap_state.incremental_marking_stopped) {
136 EstimateMarkCompactTime(heap_state.size_of_objects,
137 heap_state.mark_compact_speed_in_bytes_per_ms);
139 (heap_state.size_of_objects < kSmallHeapSize &
    [all...]
gc-idle-time-handler-unittest.cc 148 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
149 heap_state.contexts_disposed = 1;
150 heap_state.incremental_marking_stopped = true;
151 size_t speed = heap_state.mark_compact_speed_in_bytes_per_ms;
153 static_cast<int>((heap_state.size_of_objects + speed - 1) / speed);
154 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
160 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
161 heap_state.contexts_disposed = 1;
162 heap_state.incremental_marking_stopped = true;
163 size_t speed = heap_state.mark_compact_speed_in_bytes_per_ms
171 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
181 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
193 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
206 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
217 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
233 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
249 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
271 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
295 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
305 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
320 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
328 GCIdleTimeHandler::HeapState heap_state = DefaultHeapState(); local
    [all...]
gc-idle-time-handler.h 142 GCIdleTimeAction Compute(size_t idle_time_in_ms, HeapState heap_state);
heap.cc 4305 GCIdleTimeHandler::HeapState heap_state; local
    [all...]

Completed in 384 milliseconds