Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmGenerator.cpp1104 metadata_->nameCustomSectionIndex = moduleEnv_->nameCustomSectionIndex; in finishMetadata()
1142 MOZ_ASSERT_IF(moduleEnv_->nameCustomSectionIndex, !!metadata_->namePayload); in finishMetadata()
1206 if (moduleEnv_->nameCustomSectionIndex) { in finishModule()
1208 customSections[*moduleEnv_->nameCustomSectionIndex].payload; in finishModule()
H A DWasmValidate.h74 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmModule.cpp320 if (metadata->nameCustomSectionIndex) { in deserialize()
322 customSections[*metadata->nameCustomSectionIndex].payload; in deserialize()
H A DWasmCode.h324 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmValidate.cpp3036 env->nameCustomSectionIndex = Some(env->customSections.length() - 1); in DecodeNameSection()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmGenerator.cpp1104 metadata_->nameCustomSectionIndex = moduleEnv_->nameCustomSectionIndex; in finishMetadata()
1142 MOZ_ASSERT_IF(moduleEnv_->nameCustomSectionIndex, !!metadata_->namePayload); in finishMetadata()
1206 if (moduleEnv_->nameCustomSectionIndex) { in finishModule()
1208 customSections[*moduleEnv_->nameCustomSectionIndex].payload; in finishModule()
H A DWasmValidate.h74 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmModule.cpp320 if (metadata->nameCustomSectionIndex) { in deserialize()
322 customSections[*metadata->nameCustomSectionIndex].payload; in deserialize()
H A DWasmCode.h324 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmValidate.cpp3036 env->nameCustomSectionIndex = Some(env->customSections.length() - 1); in DecodeNameSection()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmGenerator.cpp1129 metadata_->nameCustomSectionIndex = moduleEnv_->nameCustomSectionIndex; in finishMetadata()
1166 MOZ_ASSERT_IF(moduleEnv_->nameCustomSectionIndex, !!metadata_->namePayload); in finishMetadata()
1230 if (moduleEnv_->nameCustomSectionIndex) { in finishModule()
1232 customSections[*moduleEnv_->nameCustomSectionIndex].payload; in finishModule()
H A DWasmValidate.h79 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmModule.cpp371 if (metadata->nameCustomSectionIndex) { in deserialize()
373 customSections[*metadata->nameCustomSectionIndex].payload; in deserialize()
H A DWasmCode.h361 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmValidate.cpp3070 env->nameCustomSectionIndex = Some(env->customSections.length() - 1); in DecodeNameSection()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmGenerator.cpp1100 metadata_->nameCustomSectionIndex = env_->nameCustomSectionIndex; in finishMetadata()
1138 MOZ_ASSERT_IF(env_->nameCustomSectionIndex, !!metadata_->namePayload); in finishMetadata()
1203 if (env_->nameCustomSectionIndex) { in finishModule()
1205 customSections[*env_->nameCustomSectionIndex].payload; in finishModule()
H A DWasmModule.cpp302 if (metadata->nameCustomSectionIndex) { in deserialize()
304 customSections[*metadata->nameCustomSectionIndex].payload; in deserialize()
H A DWasmCode.h327 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmValidate.h181 Maybe<uint32_t> nameCustomSectionIndex; member
H A DWasmValidate.cpp3180 env->nameCustomSectionIndex = Some(env->customSections.length() - 1); in DecodeNameSection()