Home | History | Annotate | Download | only in src

Lines Matching refs:LOOKUP

72   Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true);
88 Variable* VariableMap::Lookup(Handle<String> name) {
89 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false);
381 Variable* result = variables_.Lookup(name);
389 // Check context slot lookup.
418 // If we are backed by a scope info, try to lookup the variable there.
431 Variable* Scope::Lookup(Handle<String> name) {
537 Variable* other_var = current->variables_.Lookup(name);
757 case Variable::LOOKUP:
758 PrintF("lookup");
881 Variable* var = map->Lookup(name);
892 // Allocate it by giving it a dynamic lookup.
893 var->AllocateTo(Variable::LOOKUP, -1);
932 // statically resolved. However, note that it was necessary to do a lookup
943 // In that case, change the lookup result to reflect this situation.
1103 // an eval() call or a runtime with lookup), it must be allocated in the