Home
last modified time | relevance | path

Searched refs:AsmJSTable (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCodegenTypes.h554 AsmJSTable, in WASM_DECLARE_POD_VECTOR() enumerator
598 bool isTable() const { return which_ == WasmTable || which_ == AsmJSTable; } in WASM_DECLARE_POD_VECTOR()
H A DWasmCodegenTypes.cpp240 c.which_ = AsmJSTable; in asmJSTable()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypes.h1443 AsmJSTable, enumerator
1493 c.which_ = AsmJSTable; in asmJSTable()
1518 bool isTable() const { return which_ == WasmTable || which_ == AsmJSTable; } in isTable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypes.h1443 AsmJSTable, enumerator
1493 c.which_ = AsmJSTable; in asmJSTable()
1518 bool isTable() const { return which_ == WasmTable || which_ == AsmJSTable; } in isTable()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmTypes.h1216 AsmJSTable, enumerator
1265 c.which_ = AsmJSTable; in asmJSTable()
1293 return which_ == WasmTable || which_ == AsmJSTable; in isTable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmTypes.h1571 AsmJSTable, enumerator
1623 c.which_ = AsmJSTable; in asmJSTable()
1648 bool isTable() const { return which_ == WasmTable || which_ == AsmJSTable; } in isTable()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTypes.h2976 AsmJSTable, enumerator
3027 c.which_ = AsmJSTable; in asmJSTable()
3052 bool isTable() const { return which_ == WasmTable || which_ == AsmJSTable; } in isTable()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1517 case wasm::CalleeDesc::AsmJSTable: in emitWasmCallBase()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1427 case wasm::CalleeDesc::AsmJSTable: in emitWasmCallBase()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp2797 if (callee.which() == wasm::CalleeDesc::AsmJSTable) { in wasmCallIndirect()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp3297 if (callee.which() == wasm::CalleeDesc::AsmJSTable) { in wasmCallIndirect()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMacroAssembler.cpp3382 if (callee.which() == wasm::CalleeDesc::AsmJSTable) { in wasmCallIndirect()
H A DCodeGenerator.cpp8113 case wasm::CalleeDesc::AsmJSTable: in visitWasmCall()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMacroAssembler.cpp3862 if (callee.which() == wasm::CalleeDesc::AsmJSTable) { in wasmCallIndirect()
H A DCodeGenerator.cpp7945 case wasm::CalleeDesc::AsmJSTable: in visitWasmCall()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMacroAssembler.cpp3862 if (callee.which() == wasm::CalleeDesc::AsmJSTable) { in wasmCallIndirect()
H A DCodeGenerator.cpp7945 case wasm::CalleeDesc::AsmJSTable: in visitWasmCall()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMacroAssembler.cpp3888 MOZ_ASSERT(callee.which() == wasm::CalleeDesc::AsmJSTable); in asmCallIndirect()
H A DCodeGenerator.cpp8037 case wasm::CalleeDesc::AsmJSTable: in visitWasmCall()