Lines Matching defs:start
33 const byte* start; // start of the function body
36 FunctionBody(const FunctionSig* sig, uint32_t offset, const byte* start,
38 : sig(sig), offset(offset), start(start), end(end) {}
61 void PrintRawWasmCode(const byte* start, const byte* end);
75 const byte* start, const byte* end);
78 Zone* zone, uint32_t num_locals, const byte* start, const byte* end);
149 offset_iterator(const byte* start, const byte* ptr, const byte* end)
150 : iterator_base(ptr, end), start_(start) {}
156 BytecodeIterator(const byte* start, const byte* end,