Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCaches.h416 bool monitoredResult, bool allowDoubleResult) in GetPropertyIC() argument
424 monitoredResult_(monitoredResult), in GetPropertyIC()
449 bool monitoredResult() const { in monitoredResult() function
502 return monitoredResult() && !idempotent(); in allowGetters()
H A DIonCaches.cpp1757 MOZ_ASSERT(monitoredResult()); in tryAttachDOMProxyShadowed()
1806 MOZ_ASSERT(monitoredResult()); in tryAttachDOMProxyUnshadowed()
1915 if (!monitoredResult()) in tryAttachProxy()
1942 MOZ_ASSERT(monitoredResult()); in tryAttachGenericProxy()
2293 if (!cache.monitoredResult()) in update()
4008 if (!monitoredResult()) in tryAttachDenseElementHole()
H A DCodeGenerator.h449 bool monitoredResult, bool allowDoubleResult,
H A DCodeGenerator.cpp10021 bool monitoredResult, bool allowDoubleResult, in addGetPropertyCache() argument
10024 GetPropertyIC cache(liveRegs, objReg, id, output, monitoredResult, allowDoubleResult); in addGetPropertyCache()
10062 bool monitoredResult = ins->mir()->monitoredResult(); in visitGetPropertyCacheV() local
10065 addGetPropertyCache(ins, liveRegs, objReg, id, output, monitoredResult, in visitGetPropertyCacheV()
10075 bool monitoredResult = ins->mir()->monitoredResult(); in visitGetPropertyCacheT() local
10078 addGetPropertyCache(ins, liveRegs, objReg, id, output, monitoredResult, in visitGetPropertyCacheT()
H A DMIR.h10685 MGetPropertyCache(MDefinition* obj, MDefinition* id, bool monitoredResult) in MGetPropertyCache() argument
10688 monitoredResult_(monitoredResult), in MGetPropertyCache()
10726 bool monitoredResult() const { in monitoredResult() function
H A DLowering.cpp3612 if (ins->monitoredResult()) { in visitGetPropertyCache()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCaches.h411 bool monitoredResult, bool allowDoubleResult) in GetPropertyIC() argument
419 monitoredResult_(monitoredResult), in GetPropertyIC()
444 bool monitoredResult() const { in monitoredResult() function
497 return monitoredResult() && !idempotent(); in allowGetters()
H A DCodeGenerator.h402 bool monitoredResult, bool allowDoubleResult,
H A DIonCaches.cpp1739 MOZ_ASSERT(monitoredResult()); in tryAttachDOMProxyShadowed()
1788 MOZ_ASSERT(monitoredResult()); in tryAttachDOMProxyUnshadowed()
1897 if (!monitoredResult()) in tryAttachProxy()
1924 MOZ_ASSERT(monitoredResult()); in tryAttachGenericProxy()
2275 if (!cache.monitoredResult()) in update()
3970 if (!monitoredResult()) in tryAttachDenseElementHole()
H A DCodeGenerator.cpp8619 bool monitoredResult, bool allowDoubleResult, in addGetPropertyCache() argument
8622 GetPropertyIC cache(liveRegs, objReg, id, output, monitoredResult, allowDoubleResult); in addGetPropertyCache()
8659 bool monitoredResult = ins->mir()->monitoredResult(); in visitGetPropertyCacheV() local
8662 addGetPropertyCache(ins, liveRegs, objReg, id, output, monitoredResult, in visitGetPropertyCacheV()
8672 bool monitoredResult = ins->mir()->monitoredResult(); in visitGetPropertyCacheT() local
8675 addGetPropertyCache(ins, liveRegs, objReg, id, output, monitoredResult, in visitGetPropertyCacheT()
H A DMIR.h10361 MGetPropertyCache(MDefinition* obj, MDefinition* id, bool monitoredResult) in MGetPropertyCache() argument
10364 monitoredResult_(monitoredResult), in MGetPropertyCache()
10380 bool monitoredResult) { in INSTRUCTION_HEADER()
10381 return new(alloc) MGetPropertyCache(obj, id, monitoredResult); in INSTRUCTION_HEADER()
10412 bool monitoredResult() const { in monitoredResult() function
H A DLowering.cpp3296 if (ins->monitoredResult()) { in visitGetPropertyCache()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonIC.h222 bool monitoredResult() const { in monitoredResult() function
H A DIonIC.cpp171 if (!ic->monitoredResult()) in update()
H A DMIR.h9245 MGetPropertyCache(MDefinition* obj, MDefinition* id, bool monitoredResult) in MGetPropertyCache() argument
9248 monitoredResult_(monitoredResult), in MGetPropertyCache()
9279 bool monitoredResult() const { return monitoredResult_; } in monitoredResult() function
H A DLowering.cpp3571 if (ins->monitoredResult()) { in visitGetPropertyCache()
H A DCodeGenerator.cpp10278 if (mir->monitoredResult()) flags |= GetPropertyResultFlags::Monitored; in IonGetPropertyICFlags()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonIC.h240 bool monitoredResult() const { in monitoredResult() function
H A DWarpBuilder.cpp2839 bool monitoredResult = true; in buildIC() local
2841 MGetPropertyCache::New(alloc(), getInput(0), id, monitoredResult); in buildIC()
2848 bool monitoredResult = true; // See GetProp case above. in buildIC() local
2850 monitoredResult); in buildIC()
H A DIonIC.cpp245 if (!ic->monitoredResult()) { in update()
H A DMIR.h8562 MGetPropertyCache(MDefinition* obj, MDefinition* id, bool monitoredResult) in MGetPropertyCache() argument
8565 monitoredResult_(monitoredResult), in MGetPropertyCache()
8596 bool monitoredResult() const { return monitoredResult_; } in monitoredResult() function
H A DLowering.cpp3901 if (ins->monitoredResult()) { in visitGetPropertyCache()
H A DCodeGenerator.cpp11683 if (mir->monitoredResult()) { in IonGetPropertyICFlags()