Lines Matching refs:WasmFunction
42 using WasmFunction = wasm::WasmFunction; typedef
156 const WasmFunction& func = native_module->module()->functions[func_index]; in IsBreakablePosition()
248 const WasmFunction& func = module_object->module()->functions[func_index]; in SetBreakPoint()
392 const WasmFunction& func = module_object->module()->functions[func_index]; in SetBreakpointsOnNewInstance()
451 const std::vector<WasmFunction>& wasm_funs = in GetDecodedAsmJsOffsetTable()
541 const std::vector<WasmFunction>& functions = module()->functions; in GetPossibleBreakpoints()
587 const WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints()
698 const std::vector<WasmFunction>& functions = module()->functions; in GetFunctionOffset()
705 const std::vector<WasmFunction>& functions = module()->functions; in GetContainingFunction()
720 const WasmFunction& func = functions[left]; in GetContainingFunction()
734 const WasmFunction& function = module()->functions[func_index]; in GetPositionInfo()