Home
last modified time | relevance | path

Searched refs:JSToWasmWrapperCompilationUnit (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.cc208 JSToWasmWrapperCompilationUnit::JSToWasmWrapperCompilationUnit( in JSToWasmWrapperCompilationUnit() function in v8::internal::wasm::JSToWasmWrapperCompilationUnit
222 JSToWasmWrapperCompilationUnit::~JSToWasmWrapperCompilationUnit() = default;
224 void JSToWasmWrapperCompilationUnit::Execute() { in Execute()
233 Handle<Code> JSToWasmWrapperCompilationUnit::Finalize() { in Finalize()
254 Handle<Code> JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in CompileJSToWasmWrapper()
259 JSToWasmWrapperCompilationUnit unit(isolate, sig, module, is_import, in CompileJSToWasmWrapper()
266 Handle<Code> JSToWasmWrapperCompilationUnit::CompileSpecificJSToWasmWrapper( in CompileSpecificJSToWasmWrapper()
271 JSToWasmWrapperCompilationUnit unit(isolate, sig, module, is_import, in CompileSpecificJSToWasmWrapper()
Dfunction-compiler.h100 class V8_EXPORT_PRIVATE JSToWasmWrapperCompilationUnit final {
106 JSToWasmWrapperCompilationUnit(Isolate* isolate, const FunctionSig* sig,
110 ~JSToWasmWrapperCompilationUnit();
Dmodule-compiler.cc589 base::Vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>>
599 std::shared_ptr<JSToWasmWrapperCompilationUnit>
706 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>>
1015 std::shared_ptr<JSToWasmWrapperCompilationUnit> unit) { in AddJSToWasmWrapperUnit()
1067 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>>
1437 std::shared_ptr<JSToWasmWrapperCompilationUnit> wrapper_unit = nullptr; in ExecuteJSToWasmWrapperCompilationUnits()
1626 auto unit = std::make_shared<JSToWasmWrapperCompilationUnit>( in AddExportWrapperUnits()
1629 JSToWasmWrapperCompilationUnit::kAllowGeneric); in AddExportWrapperUnits()
3412 base::Vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>> in CommitCompilationUnits()
3447 std::shared_ptr<JSToWasmWrapperCompilationUnit>
[all …]
Dmodule-instantiate.cc773 ToCodeT(JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in Build()
Dwasm-objects.cc1413 wasm::JSToWasmWrapperCompilationUnit::CompileJSToWasmWrapper( in GetOrCreateWasmInternalFunction()
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc276 wasm::JSToWasmWrapperCompilationUnit::CompileSpecificJSToWasmWrapper( in RUNTIME_FUNCTION()