Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3197 Label try_megamorphic(this), try_megadom(this); in LoadIC_Noninlined()
3199 &try_megamorphic); in LoadIC_Noninlined() local
3203 BIND(&try_megamorphic); in LoadIC_Noninlined()
3446 try_megamorphic(this, Label::kDeferred), in KeyedLoadIC()
3475 GotoIfNot(IsWeakFixedArrayMap(LoadMap(strong_feedback)), &try_megamorphic); in KeyedLoadIC()
3480 BIND(&try_megamorphic); in KeyedLoadIC()
3703 try_megamorphic(this, Label::kDeferred), miss(this, Label::kDeferred), in StoreIC()
3727 GotoIfNot(IsWeakFixedArrayMap(LoadMap(strong_feedback)), &try_megamorphic); in StoreIC()
3732 BIND(&try_megamorphic); in StoreIC()
3900 try_megamorphic(thi in KeyedStoreIC()
[all...]

Completed in 8 milliseconds