Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DJitcodeMap.h129 IonCache,
609 case IonCache:
747 case IonCache:
770 case IonCache:
788 case IonCache:
806 case IonCache:
832 case IonCache:
851 case IonCache:
869 case IonCache:
887 case IonCache:
[all …]
H A DIonCaches.h176 class IonCache
236 IonCache() in IonCache() function
352 return IonCache::Cache_##ickind; \
382 class GetPropertyIC : public IonCache
580 class SetPropertyIC : public IonCache
732 class BindNameIC : public IonCache
769 class NameIC : public IonCache
829 ickind##IC& IonCache::to##ickind() \
834 const ickind##IC& IonCache::to##ickind() const \
H A DIonCaches.cpp92 IonCache::CacheName(IonCache::Kind kind) in CacheName()
103 const size_t IonCache::MAX_STUBS = 16;
146 class IonCache::StubAttacher
152 IonCache& cache_;
160 explicit StubAttacher(IonCache& cache) in StubAttacher()
279 IonCache::LinkStatus
386 void IonCache::trace(JSTracer* trc) in trace()
2303 IonCache::reset(reprotect); in reset()
2314 IonCache::disable() in disable()
2344 IonCache::reset(ReprotectCode reprotect) in reset()
[all …]
H A DIonCode.h171 class IonCache; variable
494 inline IonCache& getCacheFromIndex(uint32_t index) { in getCacheFromIndex()
499 inline IonCache& getCache(uint32_t offset) { in getCache()
501 return *(IonCache*) &runtimeData()[offset]; in getCache()
H A DCodeGenerator.cpp129 DataPtr<IonCache> cache(this, cacheIndex); in addCache()
147 DataPtr<IonCache> cache(this, ool->getCacheIndex()); in visitOutOfLineCache()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJitcodeMap.h558 case IonCache: in destroy()
669 case IonCache: in canonicalNativeAddrFor()
692 case IonCache: in callStackAtAddr()
709 case IonCache: in callStackAtAddr()
726 case IonCache: in youngestFrameLocationAtAddr()
754 case IonCache: in hasTrackedOptimizations()
774 case IonCache: in trackedOptimizationIndexAtAddr()
792 case IonCache: in forEachOptimizationAttempt()
810 case IonCache: in forEachOptimizationTypeInfo()
845 case IonCache: in trace()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DJitcodeMap.h129 IonCache, enumerator
609 case IonCache: in destroy()
747 case IonCache: in canonicalNativeAddrFor()
770 case IonCache: in callStackAtAddr()
788 case IonCache: in callStackAtAddr()
806 case IonCache: in youngestFrameLocationAtAddr()
832 case IonCache: in hasTrackedOptimizations()
851 case IonCache: in trackedOptimizationIndexAtAddr()
869 case IonCache: in forEachOptimizationAttempt()
887 case IonCache: in forEachOptimizationTypeInfo()
[all …]
H A DIonCaches.h176 class IonCache
236 IonCache() in IonCache() function
347 return IonCache::Cache_##ickind; \
377 class GetPropertyIC : public IonCache
563 class SetPropertyIC : public IonCache
710 class BindNameIC : public IonCache
747 class NameIC : public IonCache
803 ickind##IC& IonCache::to##ickind() \
808 const ickind##IC& IonCache::to##ickind() const \
H A DIonCaches.cpp91 IonCache::CacheName(IonCache::Kind kind) in CacheName()
102 IonCache::LinkStatus
116 const size_t IonCache::MAX_STUBS = 16;
159 class IonCache::StubAttacher
165 IonCache& cache_;
173 explicit StubAttacher(IonCache& cache) in StubAttacher()
377 IonCache::updateBaseAddress(JitCode* code, MacroAssembler& masm) in updateBaseAddress()
2285 IonCache::reset(reprotect); in reset()
2296 IonCache::disable() in disable()
2326 IonCache::reset(ReprotectCode reprotect) in reset()
[all …]
H A DIonCode.h171 class IonCache; variable
490 inline IonCache& getCacheFromIndex(uint32_t index) { in getCacheFromIndex()
495 inline IonCache& getCache(uint32_t offset) { in getCache()
497 return *(IonCache*) &runtimeData()[offset]; in getCache()
H A DCodeGenerator.cpp121 DataPtr<IonCache> cache(this, cacheIndex); in addCache()
139 DataPtr<IonCache> cache(this, ool->getCacheIndex()); in visitOutOfLineCache()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared.h30 class IonCache; variable
279 static_assert(mozilla::IsBaseOf<IonCache, T>::value, "T must inherit from IonCache"); in allocateCache()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.h30 class IonCache; variable
287 static_assert(mozilla::IsBaseOf<IonCache, T>::value, "T must inherit from IonCache"); in allocateCache()