Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/s390/
Dlithium-s390.cc677 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
678 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
679 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc742 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
743 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
744 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc747 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
748 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
749 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc732 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
733 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
734 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc742 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
743 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
744 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc765 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
766 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
767 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc762 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
763 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
764 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc758 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
759 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
760 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc574 for (int i = 0; i < block->deleted_phis()->length(); ++i) { in DoBasicBlock()
575 if (block->deleted_phis()->at(i) < last_environment->length()) { in DoBasicBlock()
576 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/
Dhydrogen.h85 const ZoneList<int>* deleted_phis() const { in deleted_phis() function