Lines Matching refs:byte
33 const byte* start; // start of the function body
34 const byte* end; // end of the function body
36 FunctionBody(const FunctionSig* sig, uint32_t offset, const byte* start,
37 const byte* 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);
81 V8_EXPORT_PRIVATE unsigned OpcodeLength(const byte* pc, const byte* end);
90 const WasmModule* module, const FunctionSig* sig, const byte* pc,
91 const byte* end);
114 const byte* ptr_;
115 const byte* end_;
116 iterator_base(const byte* ptr, const byte* end) : ptr_(ptr), end_(end) {}
132 opcode_iterator(const byte* ptr, const byte* end)
147 const byte* start_;
149 offset_iterator(const byte* start, const byte* ptr, const byte* end)
156 BytecodeIterator(const byte* start, const byte* end,