Home
last modified time | relevance | path

Searched refs:gc_state_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap-inl.h170 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()
325 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
Dheap.cc85 gc_state_(NOT_IN_GC), in Heap()
438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()
1175 gc_state_ = MARK_COMPACT; in MarkCompact()
1190 gc_state_ = NOT_IN_GC; in MarkCompact()
1420 gc_state_ = SCAVENGE; in Scavenge()
1550 gc_state_ = NOT_IN_GC; in Scavenge()
3571 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()
Dheap.h955 inline HeapState gc_state() { return gc_state_; } in gc_state()
1462 HeapState gc_state_; variable