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

  /external/v8/src/profiler/
sampling-heap-profiler.h 171 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
  /external/v8/src/heap/
incremental-marking.cc 423 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
488 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap-inl.h 202 DCHECK(gc_state_ == NOT_IN_GC);
367 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 102 gc_state_(NOT_IN_GC),
448 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
heap.h 483 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT };
    [all...]
  /external/v8/src/
contexts.cc 588 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc     [all...]
frames.cc 842 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
api.cc     [all...]

Completed in 874 milliseconds