Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc2644 try_megamorphic(this, Label::kDeferred), in KeyedLoadIC() local
2667 GotoIfNot(IsWeakFixedArrayMap(LoadMap(strong_feedback)), &try_megamorphic); in KeyedLoadIC()
2672 BIND(&try_megamorphic); in KeyedLoadIC()
2853 try_megamorphic(this, Label::kDeferred), in StoreIC() local
2875 GotoIfNot(IsWeakFixedArrayMap(LoadMap(strong_feedback)), &try_megamorphic); in StoreIC()
2880 BIND(&try_megamorphic); in StoreIC()
3034 try_megamorphic(this, Label::kDeferred), in KeyedStoreIC() local
3057 &try_megamorphic); in KeyedStoreIC()
3062 BIND(&try_megamorphic); in KeyedStoreIC()
3102 try_megamorphic(this, Label::kDeferred); in StoreInArrayLiteralIC() local
[all …]