Home
last modified time | relevance | path

Searched refs:ArrayBufferContentsArena (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DUtility.cpp105 JS_PUBLIC_DATA arena_id_t js::ArrayBufferContentsArena; member in js
113 ArrayBufferContentsArena = moz_create_arena_with_params(&params); in InitMallocAllocator()
/dports/www/firefox/firefox-99.0/js/src/util/
H A DUtility.cpp105 JS_PUBLIC_DATA arena_id_t js::ArrayBufferContentsArena; member in js
113 ArrayBufferContentsArena = moz_create_arena_with_params(&params); in InitMallocAllocator()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DUtility.cpp105 JS_PUBLIC_DATA arena_id_t js::ArrayBufferContentsArena; member in js
113 ArrayBufferContentsArena = moz_create_arena_with_params(&params); in InitMallocAllocator()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DUtility.cpp99 JS_PUBLIC_DATA arena_id_t js::ArrayBufferContentsArena; member in js
107 ArrayBufferContentsArena = moz_create_arena_with_params(&params); in InitMallocAllocator()
/dports/www/firefox-esr/firefox-91.8.0/dom/network/
H A DTCPSocketChild.cpp30 js_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, in DeserializeArrayBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/network/
H A DTCPSocketChild.cpp29 js_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, in DeserializeArrayBuffer()
/dports/www/firefox/firefox-99.0/dom/network/
H A DTCPSocketChild.cpp30 js_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, in DeserializeArrayBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/network/
H A DTCPSocketChild.cpp30 js_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, in DeserializeArrayBuffer()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DArrayBufferObject.cpp433 cx->maybe_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateUninitializedArrayBufferContents()
438 js::AllocFunction::Malloc, js::ArrayBufferContentsArena, nbytes)); in AllocateUninitializedArrayBufferContents()
451 cx->maybe_pod_arena_calloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateArrayBufferContents()
456 js::AllocFunction::Calloc, js::ArrayBufferContentsArena, nbytes)); in AllocateArrayBufferContents()
H A DTypedArrayObject.cpp246 js::ArrayBufferContentsArena, nbytes); in objectMoved()
514 js::ArrayBufferContentsArena); in makeTypedArrayWithTemplate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DArrayBufferObject.cpp433 cx->maybe_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateUninitializedArrayBufferContents()
438 js::AllocFunction::Malloc, js::ArrayBufferContentsArena, nbytes)); in AllocateUninitializedArrayBufferContents()
451 cx->maybe_pod_arena_calloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateArrayBufferContents()
456 js::AllocFunction::Calloc, js::ArrayBufferContentsArena, nbytes)); in AllocateArrayBufferContents()
H A DTypedArrayObject.cpp246 js::ArrayBufferContentsArena, nbytes); in objectMoved()
514 js::ArrayBufferContentsArena); in makeTypedArrayWithTemplate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DArrayBufferObject.cpp422 cx->maybe_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateUninitializedArrayBufferContents()
427 js::AllocFunction::Malloc, js::ArrayBufferContentsArena, nbytes)); in AllocateUninitializedArrayBufferContents()
440 cx->maybe_pod_arena_calloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateArrayBufferContents()
445 js::AllocFunction::Calloc, js::ArrayBufferContentsArena, nbytes)); in AllocateArrayBufferContents()
H A DTypedArrayObject.cpp246 js::ArrayBufferContentsArena, nbytes); in objectMoved()
575 js::ArrayBufferContentsArena); in makeTypedArrayWithTemplate()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DArrayBufferObject.cpp441 cx->maybe_pod_arena_malloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateUninitializedArrayBufferContents()
446 js::AllocFunction::Malloc, js::ArrayBufferContentsArena, nbytes)); in AllocateUninitializedArrayBufferContents()
459 cx->maybe_pod_arena_calloc<uint8_t>(js::ArrayBufferContentsArena, nbytes); in AllocateArrayBufferContents()
464 js::AllocFunction::Calloc, js::ArrayBufferContentsArena, nbytes)); in AllocateArrayBufferContents()
H A DTypedArrayObject.cpp245 js::ArrayBufferContentsArena, nbytes); in objectMoved()
543 js::ArrayBufferContentsArena); in makeTypedArrayWithTemplate()
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DFileReaderSync.cpp63 js_pod_arena_malloc<char>(js::ArrayBufferContentsArena, blobSize)); in ReadAsArrayBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DFileReaderSync.cpp63 js_pod_arena_malloc<char>(js::ArrayBufferContentsArena, blobSize)); in ReadAsArrayBuffer()
/dports/www/firefox/firefox-99.0/dom/file/
H A DFileReaderSync.cpp63 js_pod_arena_malloc<char>(js::ArrayBufferContentsArena, blobSize)); in ReadAsArrayBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DFileReaderSync.cpp63 js_pod_arena_malloc<char>(js::ArrayBufferContentsArena, blobSize)); in ReadAsArrayBuffer()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DUtility.h350 extern JS_PUBLIC_DATA arena_id_t ArrayBufferContentsArena;
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DUtility.h370 extern JS_PUBLIC_DATA arena_id_t ArrayBufferContentsArena;
/dports/www/firefox/firefox-99.0/js/public/
H A DUtility.h352 extern JS_PUBLIC_DATA arena_id_t ArrayBufferContentsArena;
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DUtility.h350 extern JS_PUBLIC_DATA arena_id_t ArrayBufferContentsArena;
/dports/www/firefox-esr/firefox-91.8.0/dom/system/
H A DIOUtils.cpp1878 js_pod_arena_malloc<char>(js::ArrayBufferContentsArena, mCapacity)); in JsBuffer()

12