Home
last modified time | relevance | path

Searched refs:GetWasmFunctionOffset (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc74 int GetWasmFunctionOffset(const WasmModule* module, uint32_t func_index) { in GetWasmFunctionOffset() function
607 return byte_offset + GetWasmFunctionOffset(module, func_index); in GetSourcePosition()
Dwasm-module.h575 int GetWasmFunctionOffset(const WasmModule* module, uint32_t func_index);
Dc-api.cc1055 size_t func_offset = module_offset - i::wasm::GetWasmFunctionOffset( in CreateFrameFromInternal()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc117 offset = GetWasmFunctionOffset(wasm.wasm_instance()->module(), in GetCallStack()
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc144 return GetWasmFunctionOffset(module, func_index); in GetEnclosingColumnNumber()