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 122 DCHECK(gc_state_ == NOT_IN_GC);
353 DCHECK(heap->gc_state_ != NOT_IN_GC || InToSpace(heap_object));
heap.h 618 inline HeapState gc_state() { return gc_state_; }
620 bool IsTearingDown() const { return gc_state_ == TEAR_DOWN; }
2055 HeapState gc_state_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
heap.cc 173 gc_state_(NOT_IN_GC),
397 gc_state_ = state;
656 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]

Completed in 78 milliseconds