Lines Matching defs:maps
394 void IC::ConfigureVectorState(Handle<Name> name, MapHandles const& maps,
398 DCHECK_EQ(maps.size(), handlers->size());
399 for (size_t i = 0; i < maps.size(); i++) {
400 maps_and_handlers.push_back(MapAndHandler(maps[i], handlers->at(i)));
677 // Filter out deprecated maps to ensure their instances get migrated.
996 // lookup start object maps.
1264 // untransitioned and transitioned maps.
1281 // Determine the list of receiver maps that this call site has seen,
1296 // If the maximum number of receiver maps has been exceeded, use the generic
1414 // Filter out deprecated maps to ensure their instances get migrated.
1422 // Mark all stable receiver maps that have elements kind transition map
1809 // KeyedStoreIC should handle DefineKeyedOwnIC with deprecated maps directly
2235 // If the "old" and "new" maps are in the same elements map family, or
2279 // If the maximum number of receiver maps has been exceeded, use the
2535 // Don't use ICs for maps of the objects in Array's prototype chain. We
2536 // expect to be able to trap element sets to objects with those maps in