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

  /external/v8/src/
heap-inl.h 54 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
157 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 111 Heap::HeapState Heap::gc_state_ = NOT_IN_GC; member in class:v8::internal::Heap
305 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
601 gc_state_ = MARK_COMPACT;
618 gc_state_ = NOT_IN_GC;
752 gc_state_ = SCAVENGE;
832 gc_state_ = NOT_IN_GC;
    [all...]
heap.h 931 static HeapState gc_state_; member in class:v8::internal::Heap
    [all...]

Completed in 20 milliseconds