Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h147 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateRaw()
256 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
Dheap.cc109 gc_state_(NOT_IN_GC), in Heap()
389 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()
811 gc_state_ = MARK_COMPACT; in MarkCompact()
833 gc_state_ = NOT_IN_GC; in MarkCompact()
943 gc_state_ = SCAVENGE; in Scavenge()
1052 gc_state_ = NOT_IN_GC; in Scavenge()
1905 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateHeapNumber()
2895 ASSERT(gc_state_ == NOT_IN_GC); in Allocate()
2987 ASSERT(allocation_allowed_ && gc_state_ == NOT_IN_GC); in AllocateArgumentsObject()
Dheap.h1059 inline HeapState gc_state() { return gc_state_; } in gc_state()
1283 HeapState gc_state_; variable