Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc791 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
796 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc791 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
796 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc795 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
800 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc805 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
810 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc781 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
786 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc820 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
825 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc622 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
627 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc818 last_environment->SetValueAt(phi->merged_index(), phi); in DoBasicBlock()
823 last_environment->SetValueAt(block->deleted_phis()->at(i), in DoBasicBlock()
/external/v8/src/crankshaft/
Dhydrogen.h646 void SetValueAt(int index, HValue* value) { in SetValueAt() function
Dhydrogen.cc13233 inner->SetValueAt(i, push); in CopyForInlining()
13235 inner->SetValueAt(arity + 1, context()); in CopyForInlining()
13237 inner->SetValueAt(i, undefined); in CopyForInlining()