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

  /external/chromium_org/v8/src/heap/
mark-compact.h 528 bool in_use() { return state_ > PREPARE_GC; }
679 PREPARE_GC,
mark-compact.cc 392 DCHECK(state_ == PREPARE_GC);
940 state_ = PREPARE_GC;
    [all...]

Completed in 430 milliseconds