Home
last modified time | relevance | path

Searched refs:NoGC (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DAllocator.h23 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
68 inline JSFatInlineString* AllocateString<JSFatInlineString, NoGC>(
71 js::AllocateStringImpl<JSFatInlineString, NoGC>(cx, heap));
H A DAllocator.cpp60 JSObject* obj = GCRuntime::tryNewTenuredObject<NoGC>(cx, kind, thingSize, in AllocateObject()
97 template JSObject* js::AllocateObject<NoGC>(JSContext* cx, gc::AllocKind kind,
217 GCRuntime::tryNewTenuredThing<StringAllocT, NoGC>(cx, kind, size);
289 GCRuntime::tryNewTenuredThing<JS::BigInt, NoGC>(cx, kind, size); in AllocateBigInt()
321 template JS::BigInt* js::AllocateBigInt<NoGC>(JSContext* cx,
328 template type* js::AllocateStringImpl<type, NoGC>(JSContext * cx, \
358 template type* js::Allocate<type, NoGC>(JSContext * cx); \
378 t = tryNewTenuredThing<T, NoGC>(cx, kind, thingSize);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DAllocator.h19 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
75 inline JSFatInlineString* AllocateString<JSFatInlineString, NoGC>(
78 js::AllocateStringImpl<JSFatInlineString, NoGC>(cx, heap));
H A DAllocator.cpp54 JSObject* obj = GCRuntime::tryNewTenuredObject<NoGC>(cx, kind, thingSize, in AllocateObject()
87 template JSObject* js::AllocateObject<NoGC>(JSContext* cx, gc::AllocKind kind,
199 GCRuntime::tryNewTenuredThing<StringAllocT, NoGC>(cx, kind, size);
270 GCRuntime::tryNewTenuredThing<JS::BigInt, NoGC>(cx, kind, size); in AllocateBigInt()
302 template JS::BigInt* js::AllocateBigInt<NoGC>(JSContext* cx,
309 template type* js::AllocateStringImpl<type, NoGC>(JSContext * cx, \
339 template type* js::Allocate<type, NoGC>(JSContext * cx); \
359 t = tryNewTenuredThing<T, NoGC>(cx, kind, thingSize);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DAllocator.h23 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
68 inline JSFatInlineString* AllocateString<JSFatInlineString, NoGC>(
71 js::AllocateStringImpl<JSFatInlineString, NoGC>(cx, heap));
H A DAllocator.cpp60 JSObject* obj = GCRuntime::tryNewTenuredObject<NoGC>(cx, kind, thingSize, in AllocateObject()
97 template JSObject* js::AllocateObject<NoGC>(JSContext* cx, gc::AllocKind kind,
217 GCRuntime::tryNewTenuredThing<StringAllocT, NoGC>(cx, kind, size);
289 GCRuntime::tryNewTenuredThing<JS::BigInt, NoGC>(cx, kind, size); in AllocateBigInt()
321 template JS::BigInt* js::AllocateBigInt<NoGC>(JSContext* cx,
328 template type* js::AllocateStringImpl<type, NoGC>(JSContext * cx, \
358 template type* js::Allocate<type, NoGC>(JSContext * cx); \
378 t = tryNewTenuredThing<T, NoGC>(cx, kind, thingSize);
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h27 NoGC, enumerator
42 GCState gcState_ = NoGC;
67 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h27 NoGC, enumerator
42 GCState gcState_ = NoGC;
67 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DAllocator.h56 inline JSFatInlineString* Allocate<JSFatInlineString, NoGC>(
59 js::AllocateString<JSFatInlineString, NoGC>(cx, heap));
/dports/math/asymptote/asymptote-2.67/
H A Drunbacktrace.cc56 GCPlacement placement=NoGC);
58 GCPlacement placement=NoGC);
H A Druntimebase.in56 GCPlacement placement=NoGC);
58 GCPlacement placement=NoGC);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DString.cpp639 js::ConcatStrings<NoGC>(ExclusiveContext* cx, JSString* left, JSString* right);
793 JSFlatString* s = NewStringCopyN<NoGC>(cx, buffer, 1); in init()
802 JSFlatString* s = NewStringCopyN<NoGC>(cx, buffer, 2); in init()
821 JSFlatString* s = NewStringCopyN<NoGC>(cx, buffer, 3); in init()
1093 js::NewStringDontDeflate<NoGC>(ExclusiveContext* cx, char16_t* chars, size_t length);
1130 js::NewString<NoGC>(ExclusiveContext* cx, char16_t* chars, size_t length);
1136 js::NewString<NoGC>(ExclusiveContext* cx, Latin1Char* chars, size_t length);
1169 NewStringCopyNDontDeflate<NoGC>(ExclusiveContext* cx, const char16_t* s, size_t n);
1175 NewStringCopyNDontDeflate<NoGC>(ExclusiveContext* cx, const Latin1Char* s, size_t n);
1191 NewStringCopyN<NoGC>(ExclusiveContext* cx, const char16_t* s, size_t n);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DZone.h178 NoGC, enumerator
187 MOZ_ASSERT_IF(state != NoGC, canCollect()); in setGCState()
195 return gcState_ != NoGC; in isCollecting()
202 return gcState_ != NoGC; in isCollectingFromAnyThread()
211 return rt->isHeapMajorCollecting() && !rt->gc.isHeapCompacting() && gcState_ != NoGC; in requireGCTracer()
221 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted()
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h28 NoGC = 0, enumerator
74 bool wasGCStarted() const { return gcState() != NoGC; } in wasGCStarted()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DTrampoline-arm64.cpp276 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
318 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
426 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
534 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
549 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
742 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
786 return linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
842 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
860 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
878 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DTrampoline-arm64.cpp275 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
316 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
423 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
530 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
544 return linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
730 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
773 return linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
827 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
844 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
861 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DAllocator.cpp61 JSObject* obj = GCRuntime::tryNewTenuredObject<NoGC>(cx, kind, thingSize, in AllocateObject()
98 template JSObject* js::AllocateObject<NoGC>(JSContext* cx, gc::AllocKind kind,
214 GCRuntime::tryNewTenuredThing<JSString, NoGC>(cx, kind, size); in AllocateStringImpl()
247 template JSString* js::AllocateStringImpl<NoGC>(JSContext*, AllocKind, size_t,
292 GCRuntime::tryNewTenuredThing<JS::BigInt, NoGC>(cx, kind, size); in AllocateBigInt()
324 template JS::BigInt* js::AllocateBigInt<NoGC>(JSContext* cx,
345 template Cell* js::AllocateTenuredImpl<NoGC>(JSContext*, AllocKind, size_t);
363 t = tryNewTenuredThing<T, NoGC>(cx, kind, thingSize);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DTrampoline-x86.cpp325 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
382 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
544 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
645 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
661 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
839 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
882 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
958 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
975 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
992 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DTrampoline-x86.cpp321 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
378 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
539 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
640 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
656 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
828 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
871 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
946 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
963 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
980 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.h200 NoGC, enumerator
209 MOZ_ASSERT_IF(state != NoGC, canCollect()); in setGCState()
217 return gcState_ != NoGC; in isCollecting()
224 return gcState_ != NoGC; in isCollectingFromAnyThread()
233 return rt->isHeapMajorCollecting() && !rt->gc.isHeapCompacting() && gcState_ != NoGC; in requireGCTracer()
244 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DTrampoline-x64.cpp338 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
387 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
546 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
631 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
814 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
852 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
928 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
945 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
962 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
1296 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateProfilerExitFrameTailStub()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DTrampoline-x64.cpp336 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
385 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
543 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
628 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
805 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
843 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
918 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
935 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
952 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
1286 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateProfilerExitFrameTailStub()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DTrampoline-arm.cpp383 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
460 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
586 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
740 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
757 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
942 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
987 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
1055 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
1073 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
1091 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DTrampoline-arm.cpp383 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateEnterJIT()
453 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateInvalidator()
570 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateArgumentsRectifier()
716 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTable()
733 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutHandler()
911 JitCode* wrapper = linker.newCode<NoGC>(cx, OTHER_CODE); in generateVMWrapper()
956 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generatePreBarrier()
1023 JitCode* codeDbg = linker.newCode<NoGC>(cx, OTHER_CODE); in generateDebugTrapHandler()
1041 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateExceptionTailStub()
1059 JitCode* code = linker.newCode<NoGC>(cx, OTHER_CODE); in generateBailoutTailStub()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DString.cpp825 JSFlatString* s = NewInlineString<NoGC>(cx, Latin1Range(buffer, 1)); in init()
834 JSFlatString* s = NewInlineString<NoGC>(cx, Latin1Range(buffer, 2)); in init()
853 JSFlatString* s = NewInlineString<NoGC>(cx, Latin1Range(buffer, 3)); in init()
1264 js::NewStringDontDeflate<NoGC>(ExclusiveContext* cx, char16_t* chars, size_t length);
1270 js::NewStringDontDeflate<NoGC>(ExclusiveContext* cx, Latin1Char* chars, size_t length);
1293 js::NewString<NoGC>(ExclusiveContext* cx, char16_t* chars, size_t length);
1299 js::NewString<NoGC>(ExclusiveContext* cx, Latin1Char* chars, size_t length);
1335 NewStringCopyNDontDeflate<NoGC>(ExclusiveContext* cx, const char16_t* s, size_t n);
1341 NewStringCopyNDontDeflate<NoGC>(ExclusiveContext* cx, const Latin1Char* s, size_t n);
1368 NewStringCopyN<NoGC>(ExclusiveContext* cx, const char16_t* s, size_t n);
[all …]

12345678910>>...15