Home
last modified time | relevance | path

Searched refs:FuncExportVector (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmStubs.h38 const FuncExportVector& exports, CompiledCode* code);
H A DWasmCode.h266 typedef Vector<FuncExport, 0, SystemAllocPolicy> FuncExportVector; typedef
439 FuncExportVector funcExports;
486 const FuncExportVector& funcExports,
H A DWasmCode.cpp507 const FuncExportVector& funcExports, in addStubs()
579 const FuncExportVector& funcExports = codeTier.metadata().funcExports; in createMany()
808 const FuncExportVector& funcExports;
809 explicit ProjectFuncIndex(const FuncExportVector& funcExports) in ProjectFuncIndex()
H A DWasmStubs.cpp1768 const FuncExportVector& exports, CompiledCode* code) { in GenerateStubs()
H A DWasmJS.cpp631 const FuncExportVector& funcExports = in exports()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmCode.h174 typedef Vector<FuncExport, 0, SystemAllocPolicy> FuncExportVector;
438 FuncExportVector funcExports;
H A DWasmCode.cpp536 const FuncExportVector& funcExports;
538 explicit ProjectFuncIndex(const FuncExportVector& funcExports)
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCode.h255 using FuncExportVector = Vector<FuncExport, 0, SystemAllocPolicy>; variable
430 FuncExportVector funcExports;
484 const FuncExportVector& funcExports,
H A DWasmStubs.h257 const FuncExportVector& exports, CompiledCode* code);
H A DWasmCode.cpp609 const FuncExportVector& funcExports, in addStubs()
687 const FuncExportVector& funcExports = metadata.funcExports; in createMany()
993 const FuncExportVector& funcExports;
994 explicit ProjectFuncIndex(const FuncExportVector& funcExports) in ProjectFuncIndex()
H A DWasmStubs.cpp3000 const FuncExportVector& exports, CompiledCode* code) { in GenerateStubs()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCode.h292 using FuncExportVector = Vector<FuncExport, 0, SystemAllocPolicy>; variable
466 FuncExportVector funcExports;
521 const FuncExportVector& funcExports,
H A DWasmStubs.h261 const FuncExportVector& exports, CompiledCode* code);
H A DWasmCode.cpp611 const FuncExportVector& funcExports, in addStubs()
713 const FuncExportVector& funcExports = metadata.funcExports; in createManyEntryStubs()
1035 const FuncExportVector& funcExports;
1036 explicit ProjectFuncIndex(const FuncExportVector& funcExports) in ProjectFuncIndex()
H A DWasmStubs.cpp3053 const FuncExportVector& exports, CompiledCode* code) { in GenerateStubs()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCode.h255 using FuncExportVector = Vector<FuncExport, 0, SystemAllocPolicy>; variable
430 FuncExportVector funcExports;
484 const FuncExportVector& funcExports,
H A DWasmStubs.h257 const FuncExportVector& exports, CompiledCode* code);
H A DWasmCode.cpp609 const FuncExportVector& funcExports, in addStubs()
687 const FuncExportVector& funcExports = metadata.funcExports; in createMany()
993 const FuncExportVector& funcExports;
994 explicit ProjectFuncIndex(const FuncExportVector& funcExports) in ProjectFuncIndex()
H A DWasmStubs.cpp3000 const FuncExportVector& exports, CompiledCode* code) { in GenerateStubs()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCode.h258 typedef Vector<FuncExport, 0, SystemAllocPolicy> FuncExportVector; typedef
430 FuncExportVector funcExports;
481 const FuncExportVector& funcExports,
H A DWasmCode.cpp589 const FuncExportVector& funcExports, in addStubs()
673 const FuncExportVector& funcExports = metadata.funcExports; in createMany()
963 const FuncExportVector& funcExports;
964 explicit ProjectFuncIndex(const FuncExportVector& funcExports) in ProjectFuncIndex()
H A DWasmStubs.h256 const FuncExportVector& exports, CompiledCode* code);
H A DWasmStubs.cpp2833 const FuncExportVector& exports, CompiledCode* code) { in GenerateStubs()
H A DWasmJS.cpp1170 const FuncExportVector& funcExports = in exports()