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

  /external/v8/src/
incremental-marking.h 66 inline bool IsStopped() { return state() == STOPPED; }
heap-inl.h 317 if (!incremental_marking()->IsStopped()) return false;
heap.cc 500 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) {
508 !incremental_marking()->IsStopped() &&
546 ASSERT(collector == SCAVENGER || incremental_marking()->IsStopped());
547 if (incremental_marking()->IsStopped()) {
559 if (incremental_marking()->IsStopped()) {
    [all...]
incremental-marking.cc 709 if (IsStopped()) return;
spaces.cc     [all...]
mark-compact.cc 283 ASSERT(heap_->incremental_marking()->IsStopped());
    [all...]
  /external/v8/test/cctest/
test-heap.cc     [all...]

Completed in 104 milliseconds