Home | History | Annotate | Download | only in src

Lines Matching refs:top_

4281   inline Relocatable() : prev_(top_) { top_ = this; }
4283 ASSERT_EQ(top_, this);
4284 top_ = prev_;
4297 static Relocatable* top_;