Searched refs:map_and_handler (Results 1 – 3 of 3) sorted by relevance
1140 for (MapAndHandler map_and_handler : maps_and_handlers) { in GetKeyedAccessLoadMode() local1142 LoadHandler::GetKeyedAccessLoadMode(*map_and_handler.second); in GetKeyedAccessLoadMode()1209 for (const MapAndHandler& map_and_handler : maps_and_handlers) { in GetKeyedAccessStoreMode() local1210 const MaybeObjectHandle maybe_code_handler = map_and_handler.second; in GetKeyedAccessStoreMode()
592 for (MapAndHandler map_and_handler : *receiver_maps_and_handlers) { in AddOneReceiverMapIfMissing()593 Handle<Map> map = map_and_handler.first; in AddOneReceiverMapIfMissing()744 for (const MapAndHandler& map_and_handler : maps_and_handlers) { in CopyICToMegamorphicCache() local745 UpdateMegamorphicCache(map_and_handler.first, name, map_and_handler.second); in CopyICToMegamorphicCache()2216 for (const MapAndHandler& map_and_handler : target_maps_and_handlers) { in UpdateStoreElement() local2217 Handle<Map> map = map_and_handler.first; in UpdateStoreElement()2302 for (MapAndHandler map_and_handler : target_maps_and_handlers) { in UpdateStoreElement() local2303 Handle<Map> map = map_and_handler.first; in UpdateStoreElement()
490 for (const MapAndHandler& map_and_handler : maps_and_handlers_unfiltered) { in ReadFeedbackForPropertyAccess() local491 MapRef map = MakeRefAssumeMemoryFence(this, *map_and_handler.first); in ReadFeedbackForPropertyAccess()