Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:previous_

95       previous_ = codegen->nesting_stack_;
101 codegen_->nesting_stack_ = previous_;
115 virtual NestedStatement* Exit(int* context_length) { return previous_; }
125 NestedStatement* previous_;
182 return previous_;