Lines Matching refs:initial
1071 HValue* initial,
1076 phi_->AddInput(initial);
1077 env->Push(initial);
3100 // No need for a context lookup if the kind_ matches the initial
3253 // constructor for the initial state relies on function_state_ == NULL
3254 // to know it's the initial state.
4194 // environment will be used by the Lithium translation as the initial
4204 // TODO(kmillikin): Fix this. Stop mutating the initial environment.
4205 // Make the Hydrogen instructions in the initial block into Hydrogen
4206 // values (but not instructions), present in the initial environment and
4402 // Create an arguments object containing the initial parameters. Set the
4403 // initial values of parameters including "this" having parameter index 0.
8658 HValue* initial;
8663 initial = graph()->GetConstant0();
8669 initial = length;
8679 HValue* index = loop.BeginBody(initial, terminating, token);
8706 HValue* index = loop.BeginBody(initial, terminating, token);
8737 HValue* index = loop.BeginBody(initial, terminating, token);
8770 HValue* index = loop.BeginBody(initial, terminating, token);
9132 // Calculate instance size from initial map of constructor.
9190 // Inlining worked, add a dependency on the initial map to make sure that
9191 // this code is deoptimized whenever the initial map of the constructor