Home | History | Annotate | Download | only in src

Lines Matching refs:initial

913     HValue* initial,
918 phi_->AddInput(initial);
919 env->Push(initial);
1845 // No need for a context lookup if the kind_ matches the initial
2000 // constructor for the initial state relies on function_state_ == NULL
2001 // to know it's the initial state.
2840 // environment will be used by the Lithium translation as the initial
2850 // TODO(kmillikin): Fix this. Stop mutating the initial environment.
2851 // Make the Hydrogen instructions in the initial block into Hydrogen
2852 // values (but not instructions), present in the initial environment and
3041 // Create an arguments object containing the initial parameters. Set the
3042 // initial values of parameters including "this" having parameter index 0.
4561 HObjectAccess access = HObjectAccess::ForMap(); // initial value unused.
4763 HObjectAccess access = HObjectAccess::ForMap(); // initial value unused.
7201 // Calculate instance size from initial map of constructor.
7218 // Load the initial map from the constructor.