Lines Matching defs:start
113 decoder->start() + decoder->GetBufferRelativeOffset(string.offset()),
142 decoder->start() + decoder->GetBufferRelativeOffset(string.offset());
145 static_cast<int>(section_name_start - decoder->start()),
297 error(start_, "end is less than start");
1044 const byte* left = start() + GetBufferRelativeOffset(a.name.offset());
1045 const byte* right = start() + GetBufferRelativeOffset(b.name.offset());
1055 const byte* pc = start() + GetBufferRelativeOffset(it->name.offset());
1058 name.length(), name.start(), ExternalKindName(last->kind),
1070 consume_func_index(module_.get(), &func, "start function index");
1073 error(pos, "invalid start function: non-zero parameter or return count");
1383 static_cast<int>(inner.pc() - inner.start()));
1400 static_cast<int>(inner.pc() - inner.start()));
1427 static_cast<int>(inner.pc() - inner.start()));
1503 base::Vector<const byte> orig_bytes(start(), end() - start());
1504 DecodeModuleHeader(base::VectorOf(start(), end() - start()), offset);
1558 // Decodes a single function signature at {start}.
1559 const FunctionSig* DecodeFunctionSignature(Zone* zone, const byte* start) {
1560 pc_ = start;
1954 offset, static_cast<uint32_t>(decoder.end() - decoder.start()));
2336 Zone* zone, const byte* start,
2338 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin);
2339 return decoder.DecodeFunctionSignature(zone, start);
2343 const byte* start,
2346 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin);
2388 int function_start_position = decoder.consume_u32v("function start pos");
2425 std::vector<CustomSectionOffset> DecodeCustomSections(const byte* start,
2427 Decoder decoder(start, end);