Home
last modified time | relevance | path

Searched refs:memmoveSafeWhenRacy (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DAtomicOperations.h147 static inline void memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes);
250 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, size_t nbytes) { in memmoveSafeWhenRacy() function
251 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
262 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DAtomicOperations.h149 static inline void memmoveSafeWhenRacy(void* dest, const void* src,
255 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, in memmoveSafeWhenRacy() function
257 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
289 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DAtomicOperations.h144 static inline void memmoveSafeWhenRacy(void* dest, const void* src,
256 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, in memmoveSafeWhenRacy() function
258 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
271 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DAtomicOperations.h148 static inline void memmoveSafeWhenRacy(void* dest, const void* src,
261 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, in memmoveSafeWhenRacy() function
263 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
295 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DAtomicOperations.h148 static inline void memmoveSafeWhenRacy(void* dest, const void* src,
267 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, in memmoveSafeWhenRacy() function
269 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
301 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DAtomicOperations.h148 static inline void memmoveSafeWhenRacy(void* dest, const void* src,
261 static void memmoveSafeWhenRacy(SharedMem<T*> dest, SharedMem<T*> src, in memmoveSafeWhenRacy() function
263 memmoveSafeWhenRacy(dest.template cast<void*>().unwrap(), in memmoveSafeWhenRacy()
295 memmoveSafeWhenRacy(dest, src, nelem * sizeof(T)); in podMoveSafeWhenRacy()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DAtomicOperations.h147 static inline void memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes);
243 static void memmoveSafeWhenRacy(SharedMem<T> dest, SharedMem<T> src, size_t nbytes) { in memmoveSafeWhenRacy() function
244memmoveSafeWhenRacy(static_cast<void*>(dest.unwrap()), static_cast<void*>(src.unwrap()), nbytes); in memmoveSafeWhenRacy()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestAtomicOperations.cpp151 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
258 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestAtomicOperations.cpp151 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
258 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestAtomicOperations.cpp151 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
258 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestAtomicOperations.cpp149 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
252 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestAtomicOperations.cpp150 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
257 jit::AtomicOperations::memmoveSafeWhenRacy(p2, p, sizeof(T)); \
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DAtomicOperations-none.h114 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
H A DAtomicOperations-sparc.h189 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
H A DAtomicOperations-ppc.h180 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/none/
H A DAtomicOperations-none.h114 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DAtomicOperations-arm64.h129 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, in memmoveSafeWhenRacy() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DAtomicOperations-arm64.h131 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, in memmoveSafeWhenRacy() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DAtomicOperations-x86-shared.h346 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
573 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DAtomicOperations-x86-shared.h346 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
573 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DAtomicOperations-arm64.h146 inline void js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, in memmoveSafeWhenRacy() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DAtomicOperations-arm.h204 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DAtomicOperations-mips-shared.h179 js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, const void* src, size_t nbytes) in memmoveSafeWhenRacy() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DAtomicOperations-x86-shared-gcc.h227 inline void js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, in memmoveSafeWhenRacy() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DAtomicOperations-arm.h213 inline void js::jit::AtomicOperations::memmoveSafeWhenRacy(void* dest, in memmoveSafeWhenRacy() function

123