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 440 bool in_use() { return state_ > PREPARE_GC; }
724 PREPARE_GC,
mark-compact.cc 302 DCHECK(state_ == PREPARE_GC);
777 state_ = PREPARE_GC;
    [all...]

Completed in 247 milliseconds