Home | History | Annotate | Download | only in src

Lines Matching refs:LOOKUP

582   HValue* Lookup(Variable* variable) const {
583 return Lookup(IndexFor(variable));
586 HValue* Lookup(int index) const {
594 return Lookup(parameter_count());
1852 HValue* value = env->Lookup(index);
1854 HEnvironmentMarker* lookup =
1855 new(zone()) HEnvironmentMarker(HEnvironmentMarker::LOOKUP, index);
1856 AddInstruction(lookup);
1858 lookup->set_closure(env->closure());
1900 LookupResult* lookup,
2054 LookupResult* lookup);