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

  /external/chromium_org/v8/src/heap/
gc-idle-time-handler.cc 65 size_t size_of_objects, size_t mark_compact_speed_in_bytes_per_ms) {
69 size_t result = size_of_objects / mark_compact_speed_in_bytes_per_ms;
136 EstimateMarkCompactTime(heap_state.size_of_objects,
139 (heap_state.size_of_objects < kSmallHeapSize &&
gc-idle-time-handler.h 126 size_t size_of_objects; member in struct:v8::internal::GCIdleTimeHandler::HeapState
160 size_t size_of_objects, size_t mark_compact_speed_in_bytes_per_ms);
gc-idle-time-handler-unittest.cc 25 result.size_of_objects = kSizeOfObjects;
153 static_cast<int>((heap_state.size_of_objects + speed - 1) / speed);
164 int idle_time_ms = static_cast<int>(heap_state.size_of_objects / speed - 1);
174 int idle_time_ms = static_cast<int>(heap_state.size_of_objects / speed - 1);
210 int idle_time_ms = static_cast<int>(heap_state.size_of_objects / speed - 1);
221 int idle_time_ms = static_cast<int>(heap_state.size_of_objects / speed + 1);
253 int idle_time_ms = static_cast<int>(heap_state.size_of_objects / speed + 1);
heap.cc     [all...]

Completed in 76 milliseconds