Home | History | Annotate | Download | only in src

Lines Matching full:last_environment

153     ASSERT(last_environment() != NULL);
154 ASSERT(!last_environment()->ast_id().IsNone());
182 HEnvironment* environment = last_environment();
231 HEnvironment* env = last_environment();
236 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
253 HEnvironment* env = last_environment();
257 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
258 last_environment()->Push(return_value);
286 (predecessor->last_environment()->closure().is_null() ||
287 predecessor->last_environment()->closure()->shared()
290 predecessor->last_environment()->set_ast_id(ast_id);
340 HEnvironment* incoming_env = pred->last_environment();
347 last_environment()->AddIncomingEdge(this, pred->last_environment());
351 SetInitialEnvironment(pred->last_environment()->Copy());
606 block->predecessors()->first()->last_environment()->ast_id();
611 ASSERT(predecessor->last_environment()->ast_id() == id);
809 HEnvironment* env = first_false_block_->last_environment();
834 HEnvironment* env = first_false_block_->last_environment();
850 HEnvironment* env = first_false_block_->last_environment();
1113 HEnvironment* env = exit_block_->last_environment()->Copy();
1252 if (continuation->last_environment() != NULL) {
1258 int continuation_env_length = continuation->last_environment()->length();
1259 while (continuation_env_length != from->last_environment()->length()) {
1260 if (continuation_env_length > from->last_environment()->length()) {
1261 from->last_environment()->Push(graph()->GetConstant0());
1263 from->last_environment()->Pop();