HomeSort by relevance Sort by last modified time
    Searched defs:last_environment (Results 1 - 5 of 5) 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/
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...]

Completed in 226 milliseconds