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

  /external/v8/src/ic/
ic-inl.h 79 if (heap->gc_state() == Heap::MARK_COMPACT) {
  /external/v8/src/heap/
objects-visiting.cc 175 return heap->gc_state() == Heap::MARK_COMPACT &&
298 if (heap->gc_state() == Heap::MARK_COMPACT) {
incremental-marking.cc 461 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
526 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
store-buffer.cc 498 DCHECK_EQ(heap_->gc_state(), Heap::MARK_COMPACT);
heap.h 924 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/
contexts.cc 560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc 982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
frames.cc 780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
objects-inl.h     [all...]
api.cc     [all...]

Completed in 104 milliseconds