Searched refs:UpdateMegamorphicCache (Results 1 – 2 of 2) sorted by relevance
109 void UpdateMegamorphicCache(Handle<Map> map, Handle<Name> name,
745 UpdateMegamorphicCache(map_and_handler.first, name, map_and_handler.second); in CopyICToMegamorphicCache()798 UpdateMegamorphicCache(lookup_start_object_map(), name, handler); in SetCache()858 void IC::UpdateMegamorphicCache(Handle<Map> map, Handle<Name> name, in UpdateMegamorphicCache() function in v8::internal::IC