HomeSort by relevance Sort by last modified time
    Searched defs:NEW_SPACE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
globals.h 359 NEW_SPACE, // Semispaces collected with copying collector.
369 FIRST_SPACE = NEW_SPACE,
  /external/chromium_org/v8/src/heap/
mark-compact.cc 142 VerifyMarking(heap->new_space());
223 VerifyEvacuation(heap->new_space());
465 VerifyMarkbitsAreClean(heap_->new_space());
523 ClearMarkbitsInNewSpace(heap_->new_space());
693 case NEW_SPACE:
694 return "NEW_SPACE";
3094 NewSpace* new_space = heap()->new_space(); local
    [all...]

Completed in 686 milliseconds