Searched refs:high_ (Results 1 – 1 of 1) sorted by relevance
1339 high_ = reinterpret_cast<HeapObject**>(high); in Initialize()1343 bool is_full() { return top_ >= high_; } in is_full()1374 HeapObject** high_; variable