Home
last modified time | relevance | path

Searched refs:HeapState (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dheap.h792 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enum
793 static inline HeapState gc_state() { return gc_state_; } in gc_state()
913 static HeapState gc_state_;
Dheap.cc98 Heap::HeapState Heap::gc_state_ = NOT_IN_GC;