Home
last modified time | relevance | path

Searched defs:oldNumPages (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/
H A DRawGrowableArray.java289 int oldNumPages = MetaBlockHeader.METABLOCK_NUM_PAGES.get(nd, metablockAddress); in ensureCapacity() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmJS.cpp1413 uint32_t oldNumPages = rawBuf->byteLength(lock) / PageSize; in growShared() local
1437 uint32_t oldNumPages = oldBuf->byteLength() / PageSize; in grow() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmJS.cpp2193 uint32_t oldNumPages = rawBuf->volatileByteLength() / PageSize; in growShared() local
2226 uint32_t oldNumPages = oldBuf->byteLength() / PageSize; in grow() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmJS.cpp2652 Pages oldNumPages = rawBuf->volatileWasmPages(); in growShared() local
2698 Pages oldNumPages = oldBuf->wasmPages(); in grow() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmJS.cpp2652 Pages oldNumPages = rawBuf->volatileWasmPages(); in growShared() local
2698 Pages oldNumPages = oldBuf->wasmPages(); in grow() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmJS.cpp1290 uint32_t oldNumPages = oldBuf->byteLength() / PageSize; in grow() local
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmJS.cpp2932 Pages oldNumPages = rawBuf->volatileWasmPages(); in growShared() local
2964 Pages oldNumPages = oldBuf->wasmPages(); in grow() local