Home
last modified time | relevance | path

Searched refs:deleted_phis (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/mips/
Dlithium-mips.cc794 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
795 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
796 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc794 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
795 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
796 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc798 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
799 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
800 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc808 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
809 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
810 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc821 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
822 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
823 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc823 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
824 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
825 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc625 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
626 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
627 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc784 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
785 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
786 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/
Dhydrogen.h59 const ZoneList<int>* deleted_phis() const { in deleted_phis() function