HomeSort by relevance Sort by last modified time
    Searched defs:last_environment (Results 1 - 8 of 8) sorted by null

  /external/v8/src/arm/
lithium-arm.cc 568 HEnvironment* hydrogen_env = current_block_->last_environment();
762 HEnvironment* last_environment = pred->last_environment(); local
763 DCHECK(last_environment != NULL);
770 last_environment = last_environment->Copy();
773 block->UpdateEnvironment(last_environment);
780 HEnvironment* last_environment = pred->last_environment(); local
784 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 598 HEnvironment* last_environment = pred->last_environment(); local
599 DCHECK(last_environment != NULL);
607 last_environment = last_environment->Copy();
610 block->UpdateEnvironment(last_environment);
617 HEnvironment* last_environment = pred->last_environment(); local
621 last_environment->SetValueAt(phi->merged_index(), phi);
625 if (block->deleted_phis()->at(i) < last_environment->length())
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 621 HEnvironment* hydrogen_env = current_block_->last_environment();
802 HEnvironment* last_environment = pred->last_environment(); local
803 DCHECK(last_environment != NULL);
810 last_environment = last_environment->Copy();
813 block->UpdateEnvironment(last_environment);
820 HEnvironment* last_environment = pred->last_environment(); local
824 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 575 HEnvironment* hydrogen_env = current_block_->last_environment();
772 HEnvironment* last_environment = pred->last_environment(); local
773 DCHECK(last_environment != NULL);
780 last_environment = last_environment->Copy();
783 block->UpdateEnvironment(last_environment);
790 HEnvironment* last_environment = pred->last_environment(); local
794 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 575 HEnvironment* hydrogen_env = current_block_->last_environment();
772 HEnvironment* last_environment = pred->last_environment(); local
773 DCHECK(last_environment != NULL);
780 last_environment = last_environment->Copy();
783 block->UpdateEnvironment(last_environment);
790 HEnvironment* last_environment = pred->last_environment(); local
794 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 603 HEnvironment* hydrogen_env = current_block_->last_environment();
785 HEnvironment* last_environment = pred->last_environment(); local
786 DCHECK(last_environment != NULL);
793 last_environment = last_environment->Copy();
796 block->UpdateEnvironment(last_environment);
803 HEnvironment* last_environment = pred->last_environment(); local
807 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/x87/
lithium-x87.cc 626 HEnvironment* hydrogen_env = current_block_->last_environment();
801 HEnvironment* last_environment = pred->last_environment(); local
802 DCHECK(last_environment != NULL);
809 last_environment = last_environment->Copy();
812 block->UpdateEnvironment(last_environment);
819 HEnvironment* last_environment = pred->last_environment(); local
823 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/
hydrogen.h 68 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::FINAL
    [all...]

Completed in 448 milliseconds