Home | History | Annotate | Download | only in src

Lines Matching refs:BIND

572   void Bind(Variable* variable, HValue* value) {
573 Bind(IndexFor(variable), value);
576 void Bind(int index, HValue* value);
579 Bind(parameter_count(), value);
1823 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); }
1839 env->Bind(index, value);
1841 HEnvironmentMarker* bind =
1842 new(zone()) HEnvironmentMarker(HEnvironmentMarker::BIND, index);
1843 AddInstruction(bind);
1845 bind->set_closure(env->closure());