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

  /external/v8/src/
contexts.cc 318 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
heap-inl.h 186 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
295 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
global-handles.cc 532 ASSERT(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
incremental-marking.cc 771 if (heap_->gc_state() != Heap::NOT_IN_GC ||
heap.cc 109 gc_state_(NOT_IN_GC),
385 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
923 gc_state_ = NOT_IN_GC;
    [all...]
frames.cc 709 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h     [all...]

Completed in 169 milliseconds