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

  /external/chromium_org/v8/src/
contexts.cc 359 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
incremental-marking.cc 508 heap_->gc_state() == Heap::NOT_IN_GC &&
586 ASSERT(heap_->gc_state() == Heap::NOT_IN_GC);
896 if (heap_->gc_state() != Heap::NOT_IN_GC ||
    [all...]
heap-inl.h 214 ASSERT(AllowHandleAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
331 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
global-handles.cc 632 ASSERT(isolate_->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.cc 111 gc_state_(NOT_IN_GC),
454 ASSERT(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
frames.cc 765 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h     [all...]
  /external/v8/src/
contexts.cc 318 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
heap-inl.h 186 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
295 gc_state_ != NOT_IN_GC || // ... or in the middle of 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 ||
heap.cc 109 gc_state_(NOT_IN_GC),
385 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
923 gc_state_ = NOT_IN_GC;
    [all...]
frames.cc 709 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h     [all...]

Completed in 71 milliseconds