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

  /external/v8/src/heap/
store-buffer.cc 22 : heap_(heap), top_(nullptr), current_(0), mode_(NOT_IN_GC) {
88 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC);
93 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC);
101 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC);
113 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC);
119 if (mode == NOT_IN_GC) {
store-buffer.h 28 enum StoreBufferMode { IN_GC, NOT_IN_GC };
heap-inl.h 122 DCHECK(gc_state_ == NOT_IN_GC);
353 DCHECK(heap->gc_state_ != NOT_IN_GC || InToSpace(heap_object));
incremental-marking.cc 301 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
326 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.cc 173 gc_state_(NOT_IN_GC),
656 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
781 store_buffer_->SetMode(StoreBuffer::NOT_IN_GC);
    [all...]
heap.h 359 NOT_IN_GC,
    [all...]
spaces.cc 84 DCHECK_EQ(heap->gc_state(), Heap::NOT_IN_GC);
    [all...]
  /external/v8/src/profiler/
sampling-heap-profiler.h 174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
  /external/v8/src/
contexts.cc 483 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc 912 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
frames.cc     [all...]
isolate.cc     [all...]
api.cc     [all...]

Completed in 273 milliseconds