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

  /external/chromium_org/v8/src/
heap-inl.h 182 ASSERT(gc_state_ == NOT_IN_GC);
253 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
contexts.cc 370 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
incremental-marking.cc 455 heap_->gc_state() == Heap::NOT_IN_GC &&
533 ASSERT(heap_->gc_state() == Heap::NOT_IN_GC);
845 if (heap_->gc_state() != Heap::NOT_IN_GC ||
    [all...]
global-handles.cc 619 ASSERT(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
heap.cc 79 gc_state_(NOT_IN_GC),
428 ASSERT(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
frames.cc 750 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h     [all...]

Completed in 88 milliseconds