Lines Matching defs:end
36 const byte* end) {
40 zone, module, enabled, &no_features, nullptr, start, end, 0);
54 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end,
56 : Decoder(start, end) {
58 if (DecodeLocalDecls(WasmFeatures::All(), decls, nullptr, start, end)) {
76 unsigned OpcodeLength(const byte* pc, const byte* end) {
83 no_sig, pc, end, 0);
91 const byte* pc, const byte* end) {
96 end);
100 void PrintRawWasmCode(const byte* start, const byte* end) {
102 PrintRawWasmCode(&allocator, FunctionBody{nullptr, 0, start, end}, nullptr,
145 body.start, body.end);
158 BytecodeIterator i(body.start, body.end, &decls);
320 const byte* start, const byte* end) {
323 zone, nullptr, no_features, &no_features, nullptr, start, end, 0);