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

  /external/v8/src/heap/
heap-inl.h 304 DCHECK(gc_state_ == NOT_IN_GC);
470 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.h 2198 HeapState gc_state_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
heap.cc 109 gc_state_(NOT_IN_GC),
300 gc_state_ = state;
438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]

Completed in 206 milliseconds