Home
last modified time | relevance | path

Searched refs:maxMemoryLength (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmGenerator.h43 Maybe<uint32_t> maxMemoryLength; member
H A DWasmCode.h419 Maybe<uint32_t> maxMemoryLength;
H A DWasmGenerator.cpp1135 metadata_->maxMemoryLength = shared_->maxMemoryLength; in finish()
H A DWasmCompile.cpp437 init->maxMemoryLength = memory->maximum; in DecodeImportSection()
495 init->maxMemoryLength = memory.maximum; in DecodeMemorySection()
H A DWasmModule.cpp752 Maybe<uint32_t> declaredMax = metadata_->maxMemoryLength; in instantiateMemory()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp418 if (env->env->maxMemoryLength.isSome()) { in env_max_memory()
421 auto inBytes = *(env->env->maxMemoryLength); in env_max_memory()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCraneliftCompile.cpp418 if (env->env->maxMemoryLength.isSome()) { in env_max_memory()
421 auto inBytes = *(env->env->maxMemoryLength); in env_max_memory()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmGenerator.cpp872 metadata_->maxMemoryLength = env_->maxMemoryLength; in finishMetadata()
H A DWasmCode.h369 Maybe<uint32_t> maxMemoryLength; member
H A DWasmValidate.h65 Maybe<uint32_t> maxMemoryLength; member
H A DWasmBinaryToAST.cpp1731 memory = Some(Limits(c.env().minMemoryLength, c.env().maxMemoryLength, in AstCreateImports()
1829 Limits(c.env().minMemoryLength, c.env().maxMemoryLength, in AstCreateMemory()
H A DWasmModule.cpp830 Maybe<uint32_t> declaredMax = metadata().maxMemoryLength; in instantiateMemory()
H A DWasmValidate.cpp1126 env->maxMemoryLength = memory.maximum; in DecodeMemoryLimits()
H A DWasmIonCompile.cpp699 AliasSet aliases = env_.maxMemoryLength.isSome() in maybeLoadMemoryBase()
713 AliasSet aliases = env_.maxMemoryLength.isSome() in maybeLoadBoundsCheckLimit()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmGenerator.cpp1096 metadata_->maxMemoryLength = env_->maxMemoryLength; in finishMetadata()
H A DWasmCode.h325 Maybe<uint32_t> maxMemoryLength; member
H A DWasmValidate.h163 Maybe<uint32_t> maxMemoryLength; member
H A DWasmModule.cpp743 Maybe<uint32_t> declaredMax = metadata().maxMemoryLength; in instantiateMemory()
H A DWasmIonCompile.cpp784 AliasSet aliases = env_.maxMemoryLength.isSome() in maybeLoadMemoryBase()
799 AliasSet aliases = env_.maxMemoryLength.isSome() in maybeLoadBoundsCheckLimit()
812 AliasSet aliases = env_.maxMemoryLength.isSome() in memoryBase()
H A DWasmValidate.cpp2028 env->maxMemoryLength = memory.maximum; in DecodeMemoryLimits()