Home
last modified time | relevance | path

Searched refs:GetWasmCallTarget (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h602 Address GetWasmCallTarget();
Dwasm-objects.cc2022 Address WasmExportedFunction::GetWasmCallTarget() { in GetWasmCallTarget() function in v8::internal::WasmExportedFunction
2090 call_target = WasmExportedFunction::cast(*callable).GetWasmCallTarget(); in New()
Dmodule-instantiate.cc1135 Address imported_target = imported_function->GetWasmCallTarget(); in ProcessImportedFunction()