Home
last modified time | relevance | path

Searched refs:PREPARE_GC (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h355 bool in_use() { return state_ > PREPARE_GC; } in in_use()
531 PREPARE_GC, enumerator
Dmark-compact.cc366 DCHECK(state_ == PREPARE_GC); in CollectGarbage()
853 state_ = PREPARE_GC; in Prepare()
2069 DCHECK(state_ == PREPARE_GC); in MarkLiveObjects()