Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DICState.h35 enum class Mode : uint8_t { Specialized = 0, Megamorphic, Generic }; enumerator
108 if (numFailures_ == maxFailures() || mode() == Mode::Megamorphic) { in maybeTransition()
113 transition(Mode::Megamorphic); in maybeTransition()
121 setMode(Mode::Megamorphic); in reset()
H A DCacheIR.cpp1024 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in attachMegamorphicNativeSlot()
1054 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachNative()
1143 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
1222 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachCrossCompartmentWrapper()
1673 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
2567 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachGenericElement()
2577 trackAttached(mode_ == ICState::Mode::Megamorphic in tryAttachGenericElement()
3216 if (mode_ != ICState::Mode::Megamorphic) { in tryAttachMegamorphic()
4322 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
4403 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DICState.h35 enum class Mode : uint8_t { Specialized = 0, Megamorphic, Generic }; enumerator
108 if (numFailures_ == maxFailures() || mode() == Mode::Megamorphic) { in maybeTransition()
113 transition(Mode::Megamorphic); in maybeTransition()
121 setMode(Mode::Megamorphic); in reset()
H A DCacheIR.cpp1014 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in attachMegamorphicNativeSlot()
1044 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachNative()
1133 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
1212 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachCrossCompartmentWrapper()
1666 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
2619 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachGenericElement()
2629 trackAttached(mode_ == ICState::Mode::Megamorphic in tryAttachGenericElement()
3311 if (mode_ != ICState::Mode::Megamorphic) { in tryAttachMegamorphic()
4418 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
4499 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DICState.h35 enum class Mode : uint8_t { Specialized = 0, Megamorphic, Generic }; enumerator
108 if (numFailures_ == maxFailures() || mode() == Mode::Megamorphic) { in maybeTransition()
113 transition(Mode::Megamorphic); in maybeTransition()
121 setMode(Mode::Megamorphic); in reset()
H A DCacheIR.cpp1024 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in attachMegamorphicNativeSlot()
1054 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachNative()
1143 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
1222 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachCrossCompartmentWrapper()
1673 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
2567 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachGenericElement()
2577 trackAttached(mode_ == ICState::Mode::Megamorphic in tryAttachGenericElement()
3216 if (mode_ != ICState::Mode::Megamorphic) { in tryAttachMegamorphic()
4322 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
4403 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DICState.h26 enum class Mode : uint8_t { Specialized = 0, Megamorphic, Generic }; enumerator
84 if (numFailures_ == maxFailures() || mode_ == Mode::Megamorphic) { in maybeTransition()
89 transition(Mode::Megamorphic); in maybeTransition()
H A DCacheIR.cpp1020 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in attachMegamorphicNativeSlot()
1055 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachNative()
1145 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
1216 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachCrossCompartmentWrapper()
1648 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
2400 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachGenericElement()
2410 trackAttached(mode_ == ICState::Mode::Megamorphic in tryAttachGenericElement()
3037 if (mode_ != ICState::Mode::Megamorphic) { in tryAttachMegamorphic()
4279 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachProxy()
4361 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachWindowProxy()
[all …]
H A DBaselineInspector.cpp1263 ICState::Mode::Megamorphic) { in megamorphicGetterSetterFunction()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DICState.h26 enum class Mode : uint8_t { Specialized = 0, Megamorphic, Generic }; enumerator
83 if (numFailures_ == maxFailures() || mode_ == Mode::Megamorphic) { in maybeTransition()
88 transition(Mode::Megamorphic); in maybeTransition()
H A DCacheIR.cpp850 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in attachMegamorphicNativeSlot()
883 if (mode_ == ICState::Mode::Megamorphic) { in tryAttachNative()
929 if (mode_ == ICState::Mode::Megamorphic) return false; in tryAttachWindowProxy()
1001 if (mode_ == ICState::Mode::Megamorphic) return false; in tryAttachCrossCompartmentWrapper()
1214 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in tryAttachGenericProxy()
1408 if (mode_ == ICState::Mode::Megamorphic) in tryAttachProxy()
2477 if (mode_ != ICState::Mode::Megamorphic) return false; in tryAttachMegamorphic()
3364 MOZ_ASSERT(mode_ == ICState::Mode::Megamorphic); in tryAttachGenericProxy()
3489 if (mode_ == ICState::Mode::Megamorphic) in tryAttachProxy()
3571 if (mode_ == ICState::Mode::Megamorphic) return false; in tryAttachWindowProxy()
[all …]
H A DBaselineInspector.cpp967 ICState::Mode::Megamorphic) in megamorphicGetterSetterFunction()
974 ICState::Mode::Megamorphic) in megamorphicGetterSetterFunction()
H A DBaselineIC.cpp1976 if (stub->state().mode() == ICState::Mode::Megamorphic) { in TryAttachCallStub()
2098 if (stub->state().mode() == ICState::Mode::Megamorphic) { in TryAttachCallStub()