Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc922 int func_index = GetContainingWasmFunction(module, *position); in SetBreakPoint()
1050 int func_index = GetContainingWasmFunction(module, position); in ClearBreakPoint()
Dwasm-module.h580 int GetContainingWasmFunction(const WasmModule* module, uint32_t byte_offset);
Dwasm-module.cc102 int GetContainingWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetContainingWasmFunction() function
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc748 return i::wasm::GetContainingWasmFunction(module, byte_offset); in GetContainingFunction()