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

  /external/v8/src/heap/
array-buffer-tracker.cc 77 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE);
objects-visiting.cc 180 return heap->gc_state() == Heap::MARK_COMPACT &&
303 if (heap->gc_state() == Heap::MARK_COMPACT) {
incremental-marking.cc 423 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
488 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h 749 inline HeapState gc_state() { return gc_state_; } function in class:v8::internal::Heap
    [all...]
mark-compact.cc     [all...]
spaces.cc     [all...]
heap.cc     [all...]
  /external/v8/src/ic/
ic-inl.h 79 if (heap->gc_state() == Heap::MARK_COMPACT) {
  /external/v8/src/profiler/
sampling-heap-profiler.h 171 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
  /external/v8/src/
contexts.cc 588 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc     [all...]
frames.cc 842 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
objects-inl.h     [all...]
api.cc     [all...]

Completed in 182 milliseconds