Home | History | Annotate | Download | only in src

Lines Matching defs:simulate

37     int index, HSimulate* simulate) {
38 int operand_index = simulate->ToOperandIndex(index);
40 simulate->AddAssignedValue(index, graph()->GetConstantUndefined());
42 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined());
62 HSimulate* simulate = first_simulate_.at(successor_id);
63 if (simulate == NULL) continue;
64 DCHECK(VerifyClosures(simulate->closure(),
66 ZapEnvironmentSlot(i, simulate);
75 HSimulate* simulate = marker->next_simulate();
76 if (simulate != NULL) {
77 DCHECK(VerifyClosures(simulate->closure(), marker->closure()));
78 ZapEnvironmentSlot(marker->index(), simulate);