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

  /external/v8/src/heap/
gc-tracer.cc 85 case SCAVENGER:
147 if (collector == SCAVENGER) {
148 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason);
192 collector == SCAVENGER ? "Scavenge" : "Mark-sweep",
198 DCHECK((collector == SCAVENGER && current_.type == Event::SCAVENGER) ||
218 if (current_.type == Event::SCAVENGER) {
269 if (current_.type == Event::SCAVENGER && FLAG_trace_gc_ignore_scavenger)
401 if (current_.type == Event::SCAVENGER) {
437 case Event::SCAVENGER
    [all...]
gc-tracer.h 209 SCAVENGER = 0,
268 // - last event for SCAVENGER events
277 // - last event for SCAVENGER events
287 // - last event for SCAVENGER events
297 // - last event for SCAVENGER events
372 // Compute the mean duration of the last scavenger events. Returns 0 if no
378 // Compute the max duration of the last scavenger events. Returns 0 if no
522 // RingBuffers for SCAVENGER events.
heap.cc 31 #include "src/heap/scavenger-inl.h"
310 return SCAVENGER;
848 if (collector == SCAVENGER) {
    [all...]
  /external/v8/src/
globals.h 520 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR };
global-handles.cc 995 if (collector == SCAVENGER) {
    [all...]

Completed in 158 milliseconds