Home
last modified time | relevance | path

Searched refs:computedMappedSize (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DSharedArrayObject.cpp62 size_t computedMappedSize; in AllocateInternal() local
64 computedMappedSize = wasmMappedSize.isSome() in AllocateInternal()
69 computedMappedSize = accessibleSize; in AllocateInternal()
71 MOZ_ASSERT(accessibleSize <= computedMappedSize); in AllocateInternal()
73 uint64_t mappedSizeWithHeader = computedMappedSize + gc::SystemPageSize(); in AllocateInternal()
85 computedMappedSize, preparedForWasm); in AllocateInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DSharedArrayObject.cpp62 size_t computedMappedSize; in AllocateInternal() local
64 computedMappedSize = wasmMappedSize.isSome() in AllocateInternal()
69 computedMappedSize = accessibleSize; in AllocateInternal()
71 MOZ_ASSERT(accessibleSize <= computedMappedSize); in AllocateInternal()
73 uint64_t mappedSizeWithHeader = computedMappedSize + gc::SystemPageSize(); in AllocateInternal()
85 computedMappedSize, preparedForWasm); in AllocateInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSharedArrayObject.cpp58 size_t computedMappedSize; in Allocate() local
62 computedMappedSize = mappedSize.isSome() in Allocate()
66 computedMappedSize = accessibleSize; in Allocate()
71 MOZ_ASSERT(accessibleSize <= computedMappedSize); in Allocate()
73 uint64_t mappedSizeWithHeader = computedMappedSize + gc::SystemPageSize(); in Allocate()
84 buffer, length, computedMaxSize, computedMappedSize, preparedForWasm); in Allocate()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DSharedArrayObject.cpp64 size_t computedMappedSize; in AllocateInternal() local
66 computedMappedSize = wasmMappedSize.isSome() in AllocateInternal()
71 computedMappedSize = accessibleSize; in AllocateInternal()
73 MOZ_ASSERT(accessibleSize <= computedMappedSize); in AllocateInternal()
75 uint64_t mappedSizeWithHeader = computedMappedSize + gc::SystemPageSize(); in AllocateInternal()
88 wasmSourceMaxPages.valueOr(Pages(0)), computedMappedSize, in AllocateInternal()