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

  /external/v8/src/ia32/
frames-ia32.cc 77 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) {
  /external/v8/src/x64/
frames-x64.cc 82 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) {
  /external/v8/src/arm/
frames-arm.cc 89 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) {
  /external/v8/src/
heap-inl.h 54 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
157 gc_state_ != NOT_IN_GC || // ... or in the middle of GC
global-handles.cc 370 ASSERT(Heap::gc_state() == Heap::NOT_IN_GC);
heap.cc 111 Heap::HeapState Heap::gc_state_ = NOT_IN_GC;
305 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC);
618 gc_state_ = NOT_IN_GC;
832 gc_state_ = NOT_IN_GC;
    [all...]
heap.h     [all...]

Completed in 35 milliseconds