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

  /external/v8/src/heap/
store-buffer.h 27 enum StoreBufferMode { IN_GC, NOT_IN_GC };
79 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC);
91 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC);
107 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC);
112 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC);
133 if (mode == NOT_IN_GC) {
store-buffer.cc 22 mode_(NOT_IN_GC),
incremental-marking.cc 398 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
455 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap-inl.h 304 DCHECK(gc_state_ == NOT_IN_GC);
470 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 109 gc_state_(NOT_IN_GC),
438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
529 store_buffer_->SetMode(StoreBuffer::NOT_IN_GC);
    [all...]
heap.h 566 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT };
    [all...]
  /external/v8/src/profiler/
sampling-heap-profiler.h 174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
  /external/v8/src/
contexts.cc 725 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc     [all...]
frames.cc 966 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
api.cc     [all...]

Completed in 425 milliseconds