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 186 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
295 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
heap.cc 109 gc_state_(NOT_IN_GC),
385 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
909 gc_state_ = MARK_COMPACT;
923 gc_state_ = NOT_IN_GC;
    [all...]
heap.h 1645 HeapState gc_state_; member in class:v8::internal::Heap
    [all...]

Completed in 115 milliseconds