Home
last modified time | relevance | path

Searched refs:CompileWasmCapiCallWrapper (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h133 wasm::WasmCode* CompileWasmCapiCallWrapper(wasm::NativeModule*,
Dwasm-compiler.cc8115 wasm::WasmCode* CompileWasmCapiCallWrapper(wasm::NativeModule* native_module, in CompileWasmCapiCallWrapper() function
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1152 compiler::CompileWasmCapiCallWrapper(native_module, expected_sig); in ProcessImportedFunction()
Dwasm-objects.cc592 wasm_code = compiler::CompileWasmCapiCallWrapper(native_module, &sig); in UpdateDispatchTables()