Searched refs:GetNearestWasmFunction (Results 1 – 3 of 3) sorted by relevance
95 int GetNearestWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetNearestWasmFunction() function116 int func_index = GetNearestWasmFunction(module, byte_offset); in GetContainingWasmFunction()
412 int GetNearestWasmFunction(const WasmModule* module, uint32_t byte_offset);
1180 GetNearestWasmFunction(module, start.GetColumnNumber()); in GetPossibleBreakpoints()1193 end_func_index = GetNearestWasmFunction(module, end_offset); in GetPossibleBreakpoints()