Home
last modified time | relevance | path

Searched refs:lengthWithoutStackResults (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBCFrame.cpp50 MOZ_ASSERT(args.lengthWithoutStackResults() <= locals.length()); in BaseLocalIter()
H A DWasmCodegenTypes.h88 size_t lengthWithoutStackResults() const { return args_.length(); } in lengthWithoutStackResults() function
H A DWasmBCFrame.h597 for (; !i.done() && i.index() < args.lengthWithoutStackResults(); i++) { in setupLocals()
H A DWasmInstance.cpp248 if (!args.init(cx, argTypes.lengthWithoutStackResults())) { in callImport()
H A DWasmIonCompile.cpp424 for (size_t i = args.lengthWithoutStackResults(); i < locals_.length(); in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypes.h152 size_t lengthWithoutStackResults() const { return args_.length(); } in lengthWithoutStackResults() function
H A DWasmInstance.cpp236 if (!args.init(cx, argTypes.lengthWithoutStackResults())) { in callImport()
H A DWasmIonCompile.cpp193 for (size_t i = args.lengthWithoutStackResults(); i < locals_.length(); in init()
H A DWasmBaselineCompile.cpp1209 MOZ_ASSERT(args.lengthWithoutStackResults() <= locals.length()); in BaseLocalIter()
1802 for (; !i.done() && i.index() < args.lengthWithoutStackResults(); i++) { in setupLocals()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypes.h152 size_t lengthWithoutStackResults() const { return args_.length(); } in lengthWithoutStackResults() function
H A DWasmInstance.cpp236 if (!args.init(cx, argTypes.lengthWithoutStackResults())) { in callImport()
H A DWasmIonCompile.cpp193 for (size_t i = args.lengthWithoutStackResults(); i < locals_.length(); in init()
H A DWasmBaselineCompile.cpp1209 MOZ_ASSERT(args.lengthWithoutStackResults() <= locals.length()); in BaseLocalIter()
1802 for (; !i.done() && i.index() < args.lengthWithoutStackResults(); i++) { in setupLocals()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmInstance.cpp438 if (!args.init(cx, argTypes.lengthWithoutStackResults())) { in callImport()
H A DWasmTypes.h1285 size_t lengthWithoutStackResults() const { return args_.length(); } in lengthWithoutStackResults() function
H A DWasmIonCompile.cpp187 for (size_t i = args.lengthWithoutStackResults(); i < locals_.length(); in init()
H A DWasmBaselineCompile.cpp1158 MOZ_ASSERT(args.lengthWithoutStackResults() <= locals.length()); in BaseLocalIter()
1750 for (; !i.done() && i.index() < args.lengthWithoutStackResults(); i++) { in setupLocals()