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

  /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/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/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/chromium_org/v8/src/
hydrogen-environment-liveness.cc 88 block->last_environment()->closure()));
hydrogen.cc 141 ASSERT(last_environment() != NULL);
142 ASSERT(!last_environment()->ast_id().IsNone());
164 HEnvironment* environment = last_environment();
213 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
230 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
231 last_environment()->Push(return_value);
259 (predecessor->last_environment()->closure().is_null() ||
260 predecessor->last_environment()->closure()->shared()
263 predecessor->last_environment()->set_ast_id(ast_id);
313 HEnvironment* incoming_env = pred->last_environment();
    [all...]
hydrogen.h 89 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
985 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/
hydrogen.h 82 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
816 return current_block()->last_environment();
    [all...]
hydrogen.cc 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())
    [all...]

Completed in 433 milliseconds