Home | History | Annotate | Download | only in src

Lines Matching refs:LOOKUP

50   Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true,
67 Variable* VariableMap::Lookup(Handle<String> name) {
68 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false,
370 Variable* result = variables_.Lookup(name);
378 // Check context slot lookup.
389 location = Variable::LOOKUP;
405 // If we are backed by a scope info, try to lookup the variable there.
424 Variable* Scope::Lookup(Handle<String> name) {
540 Variable* other_var = current->variables_.Lookup(name);
795 case Variable::LOOKUP:
796 PrintF("lookup");
923 Variable* var = map->Lookup(name);
934 // Allocate it by giving it a dynamic lookup.
935 var->AllocateTo(Variable::LOOKUP, -1);
947 // allocation is already fixed. We can simply return with dynamic lookup.
982 // statically resolved. However, note that it was necessary to do a lookup
993 // In that case, change the lookup result to reflect this situation.
1172 // an eval() call or a runtime with lookup), it must be allocated in the