Home
last modified time | relevance | path

Searched refs:SetValueAt (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-s390.cc674 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
679 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc739 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
744 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc744 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
749 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc729 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
734 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc739 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
744 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc762 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
767 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc759 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
764 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc755 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
760 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc571 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
576 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/
Dhydrogen.h669 void SetValueAt(int index, HValue* value) { in SetValueAt() function
Dhydrogen.cc12668 inner->SetValueAt(i, push); in CopyForInlining()
12670 inner->SetValueAt(arity + 1, context()); in CopyForInlining()
12672 inner->SetValueAt(i, undefined); in CopyForInlining()