Searched refs:SetValueAt (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 674 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/ |
D | lithium-mips64.cc | 739 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/ |
D | lithium-ppc.cc | 744 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/ |
D | lithium-arm.cc | 729 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/ |
D | lithium-mips.cc | 739 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/ |
D | lithium-ia32.cc | 762 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/ |
D | lithium-x87.cc | 759 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/ |
D | lithium-x64.cc | 755 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/ |
D | lithium-arm64.cc | 571 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock() 576 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 669 void SetValueAt(int index, HValue* value) { in SetValueAt() function
|
D | hydrogen.cc | 12668 inner->SetValueAt(i, push); in CopyForInlining() 12670 inner->SetValueAt(arity + 1, context()); in CopyForInlining() 12672 inner->SetValueAt(i, undefined); in CopyForInlining()
|