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

  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 548 HEnvironment* last_environment = pred->last_environment(); local
549 DCHECK(last_environment != NULL);
557 last_environment = last_environment->Copy();
560 block->UpdateEnvironment(last_environment);
567 HEnvironment* last_environment = pred->last_environment(); local
571 last_environment->SetValueAt(phi->merged_index(), phi);
575 if (block->deleted_phis()->at(i) < last_environment->length())
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 522 HEnvironment* hydrogen_env = current_block_->last_environment();
707 HEnvironment* last_environment = pred->last_environment(); local
708 DCHECK(last_environment != NULL);
715 last_environment = last_environment->Copy();
718 block->UpdateEnvironment(last_environment);
725 HEnvironment* last_environment = pred->last_environment(); local
729 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 566 HEnvironment* hydrogen_env = current_block_->last_environment();
740 HEnvironment* last_environment = pred->last_environment(); local
741 DCHECK(last_environment != NULL);
748 last_environment = last_environment->Copy();
751 block->UpdateEnvironment(last_environment);
758 HEnvironment* last_environment = pred->last_environment(); local
762 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 529 HEnvironment* hydrogen_env = current_block_->last_environment();
717 HEnvironment* last_environment = pred->last_environment(); local
718 DCHECK(last_environment != NULL);
725 last_environment = last_environment->Copy();
728 block->UpdateEnvironment(last_environment);
735 HEnvironment* last_environment = pred->last_environment(); local
739 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 529 HEnvironment* hydrogen_env = current_block_->last_environment();
717 HEnvironment* last_environment = pred->last_environment(); local
718 DCHECK(last_environment != NULL);
725 last_environment = last_environment->Copy();
728 block->UpdateEnvironment(last_environment);
735 HEnvironment* last_environment = pred->last_environment(); local
739 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 535 HEnvironment* hydrogen_env = current_block_->last_environment();
722 HEnvironment* last_environment = pred->last_environment(); local
723 DCHECK(last_environment != NULL);
730 last_environment = last_environment->Copy();
733 block->UpdateEnvironment(last_environment);
740 HEnvironment* last_environment = pred->last_environment(); local
744 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 479 HEnvironment* hydrogen_env = current_block_->last_environment();
654 HEnvironment* last_environment = pred->last_environment(); local
655 DCHECK(last_environment != NULL);
662 last_environment = last_environment->Copy();
665 block->UpdateEnvironment(last_environment);
672 HEnvironment* last_environment = pred->last_environment(); local
676 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 559 HEnvironment* hydrogen_env = current_block_->last_environment();
734 HEnvironment* last_environment = pred->last_environment(); local
735 DCHECK(last_environment != NULL);
742 last_environment = last_environment->Copy();
745 block->UpdateEnvironment(last_environment);
752 HEnvironment* last_environment = pred->last_environment(); local
756 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 571 HEnvironment* hydrogen_env = current_block_->last_environment();
737 HEnvironment* last_environment = pred->last_environment(); local
738 DCHECK(last_environment != NULL);
745 last_environment = last_environment->Copy();
748 block->UpdateEnvironment(last_environment);
755 HEnvironment* last_environment = pred->last_environment(); local
759 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 93 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::final
    [all...]

Completed in 202 milliseconds