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

  /external/v8/src/
v8globals.h 178 NEW_SPACE, // Semispaces collected with copying collector.
186 FIRST_SPACE = NEW_SPACE,
mark-compact.cc 140 VerifyMarking(heap->new_space());
221 VerifyEvacuation(heap->new_space());
334 VerifyMarkbitsAreClean(heap_->new_space());
369 ClearMarkbitsInNewSpace(heap_->new_space());
423 case NEW_SPACE: return "NEW_SPACE";
2841 NewSpace* new_space = heap()->new_space(); local
    [all...]

Completed in 232 milliseconds