Home | History | Annotate | Download | only in wasm

Lines Matching refs:function_start

1219                                   const byte* function_start,
1223 size_t size = function_end - function_start;
1224 if (function_start > function_end) return FunctionError("start > end");
1230 ModuleDecoder decoder(zone, function_start, function_end, kWasmOrigin);