Home | History | Annotate | Download | only in heap

Lines Matching defs:HeapState

954   enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT };
955 inline HeapState gc_state() { return gc_state_; }
1462 HeapState gc_state_;