Home
last modified time | relevance | path

Searched refs:UpdateMegamorphicCache (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dic.h120 void UpdateMegamorphicCache(Handle<Map> map, Handle<Name> name,
Dic.cc616 UpdateMegamorphicCache(maps.at(i), name, handlers.at(i)); in CopyICToMegamorphicCache()
666 UpdateMegamorphicCache(receiver_map(), name, handler); in PatchCache()
725 void IC::UpdateMegamorphicCache(Handle<Map> map, Handle<Name> name, in UpdateMegamorphicCache() function in v8::internal::IC