Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h567 int GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig,
569 int GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index,
Dwasm-module.cc60 int GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig, in GetExportWrapperIndex() function
67 int GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index, in GetExportWrapperIndex() function
Dwasm-objects.cc1398 GetExportWrapperIndex(module, function.sig_index, function.imported); in GetOrCreateWasmInternalFunction()
1400 GetExportWrapperIndex(module, function.sig, function.imported)); in GetOrCreateWasmInternalFunction()
Dmodule-compiler.cc3480 GetExportWrapperIndex(module, unit->sig(), unit->is_import()); in FinalizeJSToWasmWrappers()
3938 int wrapper_index = GetExportWrapperIndex(module, &key.second, key.first); in CompileJsToWasmWrappers()