Home | History | Annotate | Download | only in src

Lines Matching full:last_environment

125   HEnvironment* environment = last_environment();
138 HEnvironment* environment = last_environment();
171 last_environment_ = last_environment()->DiscardInlined(drop_extra);
185 last_environment_ = last_environment()->DiscardInlined(drop_extra);
186 last_environment()->Push(return_value);
209 predecessor->last_environment()->closure()->shared()
261 HEnvironment* incoming_env = pred->last_environment();
268 last_environment()->AddIncomingEdge(this, pred->last_environment());
272 SetInitialEnvironment(pred->last_environment()->Copy());
523 int id = block->predecessors()->first()->last_environment()->ast_id();
527 ASSERT(predecessor->last_environment()->ast_id() == id);