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

  /external/v8/src/heap/
incremental-marking-job.cc 18 DCHECK(!heap->incremental_marking()->IsStopped());
48 if (incremental_marking->IsStopped()) {
56 if (!incremental_marking->IsStopped()) {
58 if (!incremental_marking->IsStopped()) {
memory-reducer.cc 48 heap->incremental_marking()->IsStopped() &&
59 DCHECK(heap()->incremental_marking()->IsStopped());
68 if (!heap()->incremental_marking()->IsStopped() &&
incremental-marking.h 55 inline bool IsStopped() { return state() == STOPPED; }
heap.cc 830 if (!incremental_marking()->IsStopped()) {
897 if (incremental_marking()->IsStopped()) {
    [all...]
incremental-marking.cc     [all...]
mark-compact.cc 306 DCHECK(heap_->incremental_marking()->IsStopped());
    [all...]

Completed in 471 milliseconds