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

  /external/v8/src/
contexts.cc 318 return isolate->heap()->gc_state() != Heap::NOT_IN_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 ||
frames.cc 709 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h 1273 inline HeapState gc_state() { return gc_state_; } function in class:v8::internal::Heap
    [all...]
spaces.cc     [all...]

Completed in 628 milliseconds