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

  /external/chromium_org/v8/src/arm/
lithium-arm.cc 594 HEnvironment* hydrogen_env = current_block_->last_environment();
797 HEnvironment* last_environment = pred->last_environment(); local
798 ASSERT(last_environment != NULL);
805 last_environment = last_environment->Copy();
808 block->UpdateEnvironment(last_environment);
815 HEnvironment* last_environment = pred->last_environment(); local
819 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 646 HEnvironment* hydrogen_env = current_block_->last_environment();
852 HEnvironment* last_environment = pred->last_environment(); local
853 ASSERT(last_environment != NULL);
860 last_environment = last_environment->Copy();
863 block->UpdateEnvironment(last_environment);
870 HEnvironment* last_environment = pred->last_environment(); local
874 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 599 HEnvironment* hydrogen_env = current_block_->last_environment();
802 HEnvironment* last_environment = pred->last_environment(); local
803 ASSERT(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/chromium_org/v8/src/x64/
lithium-x64.cc 602 HEnvironment* hydrogen_env = current_block_->last_environment();
796 HEnvironment* last_environment = pred->last_environment(); local
797 ASSERT(last_environment != NULL);
804 last_environment = last_environment->Copy();
807 block->UpdateEnvironment(last_environment);
814 HEnvironment* last_environment = pred->last_environment(); local
818 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment(); local
925 ASSERT(last_environment != NULL);
932 last_environment = last_environment->Copy();
935 block->UpdateEnvironment(last_environment);
942 HEnvironment* last_environment = pred->last_environment(); local
945 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/
hydrogen.h 82 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
816 return current_block()->last_environment();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 724 HEnvironment* hydrogen_env = current_block_->last_environment();
925 HEnvironment* last_environment = pred->last_environment(); local
926 ASSERT(last_environment != NULL);
933 last_environment = last_environment->Copy();
936 block->UpdateEnvironment(last_environment);
943 HEnvironment* last_environment = pred->last_environment(); local
946 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment(); local
925 ASSERT(last_environment != NULL);
932 last_environment = last_environment->Copy();
935 block->UpdateEnvironment(last_environment);
942 HEnvironment* last_environment = pred->last_environment(); local
945 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 722 HEnvironment* hydrogen_env = current_block_->last_environment();
919 HEnvironment* last_environment = pred->last_environment(); local
920 ASSERT(last_environment != NULL);
927 last_environment = last_environment->Copy();
930 block->UpdateEnvironment(last_environment);
937 HEnvironment* last_environment = pred->last_environment(); local
940 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 89 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
985 return current_block()->last_environment();
    [all...]

Completed in 175 milliseconds