Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.h490 Address GetWasmCallTarget();
Dwasm-objects.cc831 Address call_target = exported_function->GetWasmCallTarget(); in Set()
1408 Address WasmExportedFunction::GetWasmCallTarget() { in GetWasmCallTarget() function in v8::internal::WasmExportedFunction
Dmodule-compiler.cc1510 Address imported_target = imported_function->GetWasmCallTarget(); in ProcessImports()
1597 Address exported_call_target = target->GetWasmCallTarget(); in ProcessImports()