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

  /external/v8/src/
mark-compact.h 454 bool in_use() { return state_ > PREPARE_GC; }
559 PREPARE_GC,
mark-compact.cc 279 ASSERT(state_ == PREPARE_GC);
678 state_ = PREPARE_GC;
    [all...]

Completed in 59 milliseconds