Home
last modified time | relevance | path

Searched refs:NewFullyAllocatedArrayTryReuseGroup (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DArray.h94 extern ArrayObject* NewFullyAllocatedArrayTryReuseGroup(
H A DArray.cpp2851 ArrayObject* narr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, newlength); in CopyDenseArrayElements()
3007 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, count); in array_splice_impl()
4269 ArrayObject* js::NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, in NewFullyAllocatedArrayTryReuseGroup() function in js
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsarray.h88 NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, JSObject* obj, size_t length,
H A Djsarray.cpp2517 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, actualDeleteCount);
2530 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, actualDeleteCount);
2882 RootedObject narr(cx, NewFullyAllocatedArrayTryReuseGroup(cx, obj, count));
3656 js::NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, JSObject* obj, size_t length,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsarray.h91 extern ArrayObject* NewFullyAllocatedArrayTryReuseGroup(
H A Djsarray.cpp2376 ArrayObject* narr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, newlength); in CopyDenseArrayElements()
2509 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, count); in array_splice_impl()
3588 ArrayObject* js::NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, in NewFullyAllocatedArrayTryReuseGroup() function in js
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsarray.h91 NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, JSObject* obj, size_t length,
H A Djsarray.cpp2413 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, actualDeleteCount); in array_splice_impl()
2421 arr = NewFullyAllocatedArrayTryReuseGroup(cx, obj, actualDeleteCount); in array_splice_impl()
2647 narr = NewFullyAllocatedArrayTryReuseGroup(cx, aobj, initlen); in array_concat()
2711 narr = NewFullyAllocatedArrayTryReuseGroup(cx, aobj, 0); in array_concat()
2954 RootedObject narr(cx, NewFullyAllocatedArrayTryReuseGroup(cx, obj, count)); in array_slice()
3580 js::NewFullyAllocatedArrayTryReuseGroup(JSContext* cx, JSObject* obj, size_t length, in NewFullyAllocatedArrayTryReuseGroup() function in js
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineIC.cpp1793 res.set(NewFullyAllocatedArrayTryReuseGroup(cx, obj, 0, TenuredObject)); in GetTemplateObjectForNative()
2160 NewFullyAllocatedArrayTryReuseGroup(cx, arr, length, TenuredObject); in CopyArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineIC.cpp5558 res.set(NewFullyAllocatedArrayTryReuseGroup(cx, &args.thisv().toObject(), 0, in GetTemplateObjectForNative()
5893 JSObject* nobj = NewFullyAllocatedArrayTryReuseGroup(cx, obj, length, TenuredObject); in CopyArray()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineIC.cpp5673 res.set(NewFullyAllocatedArrayTryReuseGroup(cx, &args.thisv().toObject(), 0, in GetTemplateObjectForNative()
6024 JSObject* nobj = NewFullyAllocatedArrayTryReuseGroup(cx, obj, length, TenuredObject, in CopyArray()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCacheIR.cpp5948 res.set(NewFullyAllocatedArrayTryReuseGroup(cx_, obj, 0, TenuredObject)); in getTemplateObjectForNative()