HomeSort by relevance Sort by last modified time
    Searched defs:last_environment (Results 1 - 4 of 4) 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/
hydrogen.h 80 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::HBasicBlock
662 return current_block()->last_environment();
    [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...]

Completed in 803 milliseconds