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

  /external/v8/src/arm/
lithium-arm.cc 707 HEnvironment* hydrogen_env = current_block_->last_environment();
917 HEnvironment* last_environment = pred->last_environment(); local
918 ASSERT(last_environment != NULL);
925 last_environment = last_environment->Copy();
928 block->UpdateEnvironment(last_environment);
935 HEnvironment* last_environment = pred->last_environment(); local
938 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 701 HEnvironment* hydrogen_env = current_block_->last_environment();
910 HEnvironment* last_environment = pred->last_environment(); local
911 ASSERT(last_environment != NULL);
918 last_environment = last_environment->Copy();
921 block->UpdateEnvironment(last_environment);
928 HEnvironment* last_environment = pred->last_environment(); local
931 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 702 HEnvironment* hydrogen_env = current_block_->last_environment();
912 HEnvironment* last_environment = pred->last_environment(); local
913 ASSERT(last_environment != NULL);
920 last_environment = last_environment->Copy();
923 block->UpdateEnvironment(last_environment);
930 HEnvironment* last_environment = pred->last_environment(); local
933 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/
hydrogen.h 80 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
662 return current_block()->last_environment();
    [all...]
hydrogen.cc 121 HEnvironment* environment = last_environment();
136 HEnvironment* environment = last_environment();
172 last_environment_ = last_environment()->outer();
185 last_environment_ = last_environment()->outer();
186 last_environment()->Push(return_value);
209 predecessor->last_environment()->closure()->shared()
250 HEnvironment* incoming_env = pred->last_environment();
257 last_environment()->AddIncomingEdge(this, pred->last_environment());
261 SetInitialEnvironment(pred->last_environment()->Copy())
    [all...]

Completed in 70 milliseconds