Searched refs:NOT_IN_GC (Results 1 – 7 of 7) sorted by relevance
82 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) { in GetCallerStackPointer()
77 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) { in GetCallerStackPointer()
89 if (Heap::gc_state() != Heap::NOT_IN_GC || disable_heap_access_) { in GetCallerStackPointer()
54 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateRaw()157 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
111 Heap::HeapState Heap::gc_state_ = NOT_IN_GC;305 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()618 gc_state_ = NOT_IN_GC; in MarkCompact()832 gc_state_ = NOT_IN_GC; in Scavenge()1441 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateHeapNumber()2258 ASSERT(gc_state_ == NOT_IN_GC); in Allocate()2326 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateArgumentsObject()
370 ASSERT(Heap::gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
783 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator