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

  /external/v8/src/heap/
mark-compact.h 582 bool in_use() { return state_ > PREPARE_GC; }
794 PREPARE_GC,
mark-compact.cc 299 DCHECK(state_ == PREPARE_GC);
771 state_ = PREPARE_GC;
    [all...]

Completed in 275 milliseconds