Home | History | Annotate | Download | only in src

Lines Matching defs:simulate

60     int index, HSimulate* simulate) {
61 int operand_index = simulate->ToOperandIndex(index);
63 simulate->AddAssignedValue(index, graph()->GetConstantUndefined());
65 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined());
85 HSimulate* simulate = first_simulate_.at(successor_id);
86 if (simulate == NULL) continue;
87 ASSERT(simulate->closure().is_identical_to(
89 ZapEnvironmentSlot(i, simulate);
98 HSimulate* simulate = marker->next_simulate();
99 if (simulate != NULL) {
100 ASSERT(simulate->closure().is_identical_to(marker->closure()));
101 ZapEnvironmentSlot(marker->index(), simulate);