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

  /external/v8/src/heap/
gc-tracer.cc 89 case MARK_COMPACTOR:
169 case MARK_COMPACTOR:
174 current_ = Event(Event::MARK_COMPACTOR, gc_reason, collector_reason);
234 (collector == MARK_COMPACTOR &&
235 (current_.type == Event::MARK_COMPACTOR ||
277 case Event::MARK_COMPACTOR:
530 case Event::MARK_COMPACTOR:
    [all...]
gc-tracer.h 163 MARK_COMPACTOR = 1,
heap.cc 263 return MARK_COMPACTOR;
268 return MARK_COMPACTOR;
274 return MARK_COMPACTOR;
291 return MARK_COMPACTOR;
902 if (!CollectGarbage(MARK_COMPACTOR, gc_reason, NULL,
    [all...]
heap.h     [all...]
  /external/v8/src/
globals.h 586 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR, MINOR_MARK_COMPACTOR };
    [all...]

Completed in 615 milliseconds