Home
last modified time | relevance | path

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

/external/v8/src/
Dmark-compact.h53 MarkingStack() : low_(NULL), top_(NULL), high_(NULL), overflowed_(false) { } in MarkingStack()
57 high_ = reinterpret_cast<HeapObject**>(high); in Initialize()
61 bool is_full() const { return top_ >= high_; } in is_full()
92 HeapObject** high_; variable