Home
last modified time | relevance | path

Searched refs:numFuncBodies (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryToAST.cpp1889 uint32_t numFuncBodies; in AstDecodeCodeSection() local
1890 if (!c.d.readVarU32(&numFuncBodies)) in AstDecodeCodeSection()
1893 if (numFuncBodies != c.funcDefSigs().length()) in AstDecodeCodeSection()
1896 for (uint32_t funcDefIndex = 0; funcDefIndex < numFuncBodies; funcDefIndex++) { in AstDecodeCodeSection()
H A DWasmBinaryToText.cpp1562 uint32_t numFuncBodies = funcs.length();
1563 for (uint32_t funcIndex = 0; funcIndex < numFuncBodies; funcIndex++) {
H A DWasmBinaryToExperimentalText.cpp1764 uint32_t numFuncBodies = funcs.length(); in PrintCodeSection() local
1765 for (uint32_t funcIndex = 0; funcIndex < numFuncBodies; funcIndex++) { in PrintCodeSection()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmBinaryToAST.cpp1954 uint32_t numFuncBodies; in AstDecodeCodeSection() local
1955 if (!c.d.readVarU32(&numFuncBodies)) in AstDecodeCodeSection()
1958 if (numFuncBodies != c.env().numFuncDefs()) in AstDecodeCodeSection()
1962 for (uint32_t funcDefIndex = 0; funcDefIndex < numFuncBodies; in AstDecodeCodeSection()
H A DWasmBinaryToText.cpp1902 uint32_t numFuncBodies = funcs.length(); in RenderCodeSection() local
1903 for (uint32_t funcIndex = 0; funcIndex < numFuncBodies; funcIndex++) { in RenderCodeSection()