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

  /external/v8/src/
contexts.cc 412 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc 619 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
frames.cc 751 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 441 heap_->gc_state() == Heap::NOT_IN_GC &&
517 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
897 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking ||
    [all...]
heap-inl.h 170 DCHECK(gc_state_ == NOT_IN_GC);
325 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 85 gc_state_(NOT_IN_GC),
438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
heap.h     [all...]

Completed in 184 milliseconds