Searched refs:HeapState (Results 1 – 2 of 2) sorted by relevance
792 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enum793 static inline HeapState gc_state() { return gc_state_; } in gc_state()913 static HeapState gc_state_;
98 Heap::HeapState Heap::gc_state_ = NOT_IN_GC;