Home
last modified time | relevance | path

Searched refs:fillFuncRef (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTable.h96 void fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref,
H A DWasmTable.cpp183 void Table::fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref, in fillFuncRef() function in Table
H A DWasmInstance.cpp812 table.fillFuncRef(start, len, FuncRef::fromCompiledCode(value), cx); in tableFill()
861 table.fillFuncRef(oldSize, delta, FuncRef::fromAnyRefUnchecked(ref), in tableGrow()
887 table.fillFuncRef(index, 1, FuncRef::fromCompiledCode(value), in tableSet()
H A DWasmJS.cpp3212 tab.fillFuncRef(index, length, FuncRef::fromJSFunction(fun), cx); in fillRange()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTable.h97 void fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref, JSContext* cx);
H A DWasmTable.cpp183 void Table::fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref, in fillFuncRef() function in Table
H A DWasmInstance.cpp969 table.fillFuncRef(start, len, FuncRef::fromCompiledCode(value), cx); in tableFill()
1019 table.fillFuncRef(oldSize, delta, FuncRef::fromAnyRefUnchecked(ref), in tableGrow()
1046 table.fillFuncRef(index, 1, FuncRef::fromCompiledCode(value), cx); in tableSet()
H A DWasmJS.cpp3412 tab.fillFuncRef(index, length, FuncRef::fromJSFunction(fun), cx); in fillRange()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTable.h96 void fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref,
H A DWasmTable.cpp183 void Table::fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref, in fillFuncRef() function in Table
H A DWasmInstance.cpp812 table.fillFuncRef(start, len, FuncRef::fromCompiledCode(value), cx); in tableFill()
861 table.fillFuncRef(oldSize, delta, FuncRef::fromAnyRefUnchecked(ref), in tableGrow()
887 table.fillFuncRef(index, 1, FuncRef::fromCompiledCode(value), in tableSet()
H A DWasmJS.cpp3212 tab.fillFuncRef(index, length, FuncRef::fromJSFunction(fun), cx); in fillRange()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTable.h102 void fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref,
H A DWasmTable.cpp183 void Table::fillFuncRef(uint32_t index, uint32_t fillCount, FuncRef ref, in fillFuncRef() function in Table
H A DWasmInstance.cpp1158 table.fillFuncRef(start, len, FuncRef::fromCompiledCode(value), cx); in tableFill()
1207 table.fillFuncRef(oldSize, delta, FuncRef::fromAnyRefUnchecked(ref), in tableGrow()
1233 table.fillFuncRef(index, 1, FuncRef::fromCompiledCode(value), in tableSet()
H A DWasmJS.cpp2558 table.fillFuncRef(index, 1, FuncRef::fromJSFunction(fun), cx); in setImpl()
2619 table.fillFuncRef(oldLength, delta, FuncRef::fromJSFunction(fun), cx); in growImpl()