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 691 bool in_use() { return state_ > PREPARE_GC; }
851 PREPARE_GC,
    [all...]
mark-compact.cc 455 DCHECK(state_ == PREPARE_GC);
762 state_ = PREPARE_GC;
    [all...]

Completed in 409 milliseconds