Home | History | Annotate | Download | only in arm64

Lines Matching defs:last_environment

598     HEnvironment* last_environment = pred->last_environment();
599 DCHECK(last_environment != NULL);
607 last_environment = last_environment->Copy();
610 block->UpdateEnvironment(last_environment);
617 HEnvironment* last_environment = pred->last_environment();
621 last_environment->SetValueAt(phi->merged_index(), phi);
625 if (block->deleted_phis()->at(i) < last_environment->length()) {
626 last_environment->SetValueAt(block->deleted_phis()->at(i),
630 block->UpdateEnvironment(last_environment);
747 sim->ReplayEnvironment(current_block_->last_environment());
764 HEnvironment* hydrogen_env = current_block_->last_environment();
1090 instr->ReplayEnvironment(current_block_->last_environment());
1458 HEnvironment* outer = current_block_->last_environment();
1627 HEnvironment* env = current_block_->last_environment();
1636 current_block_->last_environment()->DiscardInlined(false);
1985 current_block_->last_environment()->set_ast_id(instr->ast_id());
2277 instr->ReplayEnvironment(current_block_->last_environment());