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

  /external/v8/src/heap/
incremental-marking.cc 461 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
526 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap-inl.h 198 DCHECK(gc_state_ == NOT_IN_GC);
357 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 103 gc_state_(NOT_IN_GC),
450 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
heap.h     [all...]
  /external/v8/src/
contexts.cc 560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc 982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
frames.cc 780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
api.cc     [all...]

Completed in 346 milliseconds