Lines Matching defs:start
278 // Run the start function, if any.
767 // Create a wrapper for the start function.
776 // TODO(clemensb): Don't generate an exported function for the start
786 // If the start function was imported and calls into Blink, we have
792 // start function wrapper doesn't leak, neither does this
814 if (start_function_.is_null()) return true; // No start function.
817 // In case the start function calls out to Blink, we have to make sure that
925 const byte* start = module_bytes.begin() + ref.offset();
929 FunctionBody body(&sig, ref.offset(), start, end);
1921 trunc_name.start());