Searched refs:GetExportWrapperIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-module.h | 567 int GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig, 569 int GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index,
|
D | wasm-module.cc | 60 int GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig, in GetExportWrapperIndex() function 67 int GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index, in GetExportWrapperIndex() function
|
D | wasm-objects.cc | 1398 GetExportWrapperIndex(module, function.sig_index, function.imported); in GetOrCreateWasmInternalFunction() 1400 GetExportWrapperIndex(module, function.sig, function.imported)); in GetOrCreateWasmInternalFunction()
|
D | module-compiler.cc | 3480 GetExportWrapperIndex(module, unit->sig(), unit->is_import()); in FinalizeJSToWasmWrappers() 3938 int wrapper_index = GetExportWrapperIndex(module, &key.second, key.first); in CompileJsToWasmWrappers()
|