Home
last modified time | relevance | path

Searched refs:NewFullyAllocatedArrayTryUseGroup (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DArray.h86 extern ArrayObject* NewFullyAllocatedArrayTryUseGroup(
H A DArray.cpp4222 ArrayObject* js::NewFullyAllocatedArrayTryUseGroup(JSContext* cx, in NewFullyAllocatedArrayTryUseGroup() function in js
4310 NewFullyAllocatedArrayTryUseGroup(cx, group, length, newKind); in NewCopiedArrayTryUseGroup()
4347 ArrayObject* res = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewArrayWithGroup()
H A DString.cpp3295 ArrayObject* array = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewFullyAllocatedStringArray()
3339 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in SplitHelper()
3431 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in CharSplitHelper()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsarray.h81 NewFullyAllocatedArrayTryUseGroup(ExclusiveContext* cx, HandleObjectGroup group, size_t length,
H A Djsarray.cpp3618 js::NewFullyAllocatedArrayTryUseGroup(ExclusiveContext* cx, HandleObjectGroup group, size_t length,
3702 JSObject* obj = NewFullyAllocatedArrayTryUseGroup(cx, group, nlength);
3724 JSObject* obj = NewFullyAllocatedArrayTryUseGroup(cx, group, length, newKind);
H A Djsstr.cpp2415 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in SplitHelper()
2502 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in CharSplitHelper()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsarray.h83 extern ArrayObject* NewFullyAllocatedArrayTryUseGroup(
H A Djsarray.cpp3554 ArrayObject* js::NewFullyAllocatedArrayTryUseGroup(JSContext* cx, in NewFullyAllocatedArrayTryUseGroup() function in js
3625 NewFullyAllocatedArrayTryUseGroup(cx, group, length, newKind); in NewCopiedArrayTryUseGroup()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsarray.h84 NewFullyAllocatedArrayTryUseGroup(ExclusiveContext* cx, HandleObjectGroup group, size_t length,
H A Djsarray.cpp3542 js::NewFullyAllocatedArrayTryUseGroup(ExclusiveContext* cx, HandleObjectGroup group, size_t length, in NewFullyAllocatedArrayTryUseGroup() function in js
3629 JSObject* obj = NewFullyAllocatedArrayTryUseGroup(cx, group, nlength); in NewCopiedArrayTryUseGroup()
3640 JSObject* obj = NewFullyAllocatedArrayTryUseGroup(cx, group, length, newKind, forceAnalyze); in NewCopiedArrayTryUseGroup()
H A Djsstr.cpp3655 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in SplitHelper()
3766 return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in CharSplitHelper()
3901 JSObject* aobj = NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in str_split()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DString.cpp2755 ArrayObject* array = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewFullyAllocatedStringArray()
2794 if (match != -1) return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in SplitHelper()
2877 if (strLength == 0) return NewFullyAllocatedArrayTryUseGroup(cx, group, 0); in CharSplitHelper()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DRecover.cpp1235 JSObject* resultObject = NewFullyAllocatedArrayTryUseGroup(cx, group, count_); in recover()
H A DCodeGenerator.cpp4313 JSObject* res = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewArrayWithGroup()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DRecover.cpp1357 JSObject* resultObject = NewFullyAllocatedArrayTryUseGroup(cx, group, count_); in recover()
H A DCodeGenerator.cpp5206 JSObject* res = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewArrayWithGroup()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DRecover.cpp1119 NewFullyAllocatedArrayTryUseGroup(cx, group, count_); in recover()
H A DCodeGenerator.cpp5652 ArrayObject* res = NewFullyAllocatedArrayTryUseGroup(cx, group, length); in NewArrayWithGroup()