Home
last modified time | relevance | path

Searched refs:writePatchableVarU32 (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryFormat.h188 MOZ_MUST_USE bool writePatchableVarU32(size_t* offset) {
214 writePatchableVarU32(offset);
H A DWasmTextToBinary.cpp4595 if (!e.writePatchableVarU32(&bodySizeAt))
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmValidate.h263 MOZ_MUST_USE bool writePatchableVarU32(size_t* offset) { in writePatchableVarU32() function
286 return writeVarU32(uint32_t(id)) && writePatchableVarU32(offset); in startSection()
H A DWasmTextToBinary.cpp4702 if (!e.writePatchableVarU32(&bodySizeAt)) return false; in EncodeFunctionBody()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.h437 MOZ_MUST_USE bool writePatchableVarU32(size_t* offset) { in writePatchableVarU32() function
461 return writeVarU32(uint32_t(id)) && writePatchableVarU32(offset); in startSection()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBinary.h259 [[nodiscard]] bool writePatchableVarU32(size_t* offset) { in writePatchableVarU32() function
283 return writeVarU32(uint32_t(id)) && writePatchableVarU32(offset); in startSection()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBinary.h262 [[nodiscard]] bool writePatchableVarU32(size_t* offset) { in writePatchableVarU32() function
286 return writeVarU32(uint32_t(id)) && writePatchableVarU32(offset); in startSection()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBinary.h259 [[nodiscard]] bool writePatchableVarU32(size_t* offset) { in writePatchableVarU32() function
283 return writeVarU32(uint32_t(id)) && writePatchableVarU32(offset); in startSection()