Lines Matching defs:handlers
395 MaybeObjectHandles* handlers) {
398 DCHECK_EQ(maps.size(), handlers->size());
400 maps_and_handlers.push_back(MapAndHandler(maps[i], handlers->at(i)));
772 // Currently only load and store ICs support non-code handlers.
1304 MaybeObjectHandles handlers;
1305 handlers.reserve(target_receiver_maps.size());
1306 LoadElementPolymorphicHandlers(&target_receiver_maps, &handlers, load_mode);
1309 ConfigureVectorState(Handle<Name>(), target_receiver_maps[0], handlers[0]);
1311 ConfigureVectorState(Handle<Name>(), target_receiver_maps, &handlers);
1412 MapHandles* receiver_maps, MaybeObjectHandles* handlers,
1432 handlers->push_back(
1675 // new kind of handler for non-existent properties. These handlers can then
2286 // Make sure all polymorphic handlers have the same store mode, otherwise the
3007 // StoreInArrayLiterIC_Miss. This function is also used from store handlers
3009 // feedback vector slot since the handlers are used for both for StoreKeyed