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

  /external/v8/src/crankshaft/arm/
lithium-arm.cc 569 HEnvironment* hydrogen_env = current_block_->last_environment();
759 HEnvironment* last_environment = pred->last_environment(); local
760 DCHECK(last_environment != NULL);
767 last_environment = last_environment->Copy();
770 block->UpdateEnvironment(last_environment);
777 HEnvironment* last_environment = pred->last_environment(); local
781 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 599 HEnvironment* last_environment = pred->last_environment(); local
600 DCHECK(last_environment != NULL);
608 last_environment = last_environment->Copy();
611 block->UpdateEnvironment(last_environment);
618 HEnvironment* last_environment = pred->last_environment(); local
622 last_environment->SetValueAt(phi->merged_index(), phi);
626 if (block->deleted_phis()->at(i) < last_environment->length())
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 620 HEnvironment* hydrogen_env = current_block_->last_environment();
798 HEnvironment* last_environment = pred->last_environment(); local
799 DCHECK(last_environment != NULL);
806 last_environment = last_environment->Copy();
809 block->UpdateEnvironment(last_environment);
816 HEnvironment* last_environment = pred->last_environment(); local
820 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 576 HEnvironment* hydrogen_env = current_block_->last_environment();
769 HEnvironment* last_environment = pred->last_environment(); local
770 DCHECK(last_environment != NULL);
777 last_environment = last_environment->Copy();
780 block->UpdateEnvironment(last_environment);
787 HEnvironment* last_environment = pred->last_environment(); local
791 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 576 HEnvironment* hydrogen_env = current_block_->last_environment();
769 HEnvironment* last_environment = pred->last_environment(); local
770 DCHECK(last_environment != NULL);
777 last_environment = last_environment->Copy();
780 block->UpdateEnvironment(last_environment);
787 HEnvironment* last_environment = pred->last_environment(); local
791 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 582 HEnvironment* hydrogen_env = current_block_->last_environment();
773 HEnvironment* last_environment = pred->last_environment(); local
774 DCHECK(last_environment != NULL);
781 last_environment = last_environment->Copy();
784 block->UpdateEnvironment(last_environment);
791 HEnvironment* last_environment = pred->last_environment(); local
795 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 604 HEnvironment* hydrogen_env = current_block_->last_environment();
783 HEnvironment* last_environment = pred->last_environment(); local
784 DCHECK(last_environment != NULL);
791 last_environment = last_environment->Copy();
794 block->UpdateEnvironment(last_environment);
801 HEnvironment* last_environment = pred->last_environment(); local
805 last_environment->SetValueAt(phi->merged_index(), phi)
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 625 HEnvironment* hydrogen_env = current_block_->last_environment();
796 HEnvironment* last_environment = pred->last_environment(); local
797 DCHECK(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/v8/src/crankshaft/
hydrogen-environment-liveness.cc 65 block->last_environment()->closure()));
hydrogen.cc 141 DCHECK(last_environment() != NULL);
142 DCHECK(!last_environment()->ast_id().IsNone());
170 HEnvironment* environment = last_environment();
217 HEnvironment* env = last_environment();
222 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
238 HEnvironment* env = last_environment();
242 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
243 last_environment()->Push(return_value);
271 (predecessor->last_environment()->closure().is_null() ||
272 predecessor->last_environment()->closure()->shared(
    [all...]
hydrogen.h 66 HEnvironment* last_environment() const { return last_environment_; } function in class:v8::internal::final
1024 return current_block()->last_environment();
    [all...]

Completed in 539 milliseconds