Lines Matching defs:start
604 const byte* start;
607 start = pc;
640 start_(imm.start),
840 // Values merged into the start or end of this control construct.
1022 F(TableFill, const IndexImmediate<validate>& imm, const Value& start, \
1079 WasmFeatures* detected, const FunctionSig* sig, const byte* start,
1081 : Decoder(start, end, buffer_offset),
2158 // than to load the start and end pointer from a vector, subtract and shift).
2224 body.sig, body.start, body.end,
2348 TRACE("wasm-decode %p...%p (module+%u, %d bytes)\n", this->start(),
2350 static_cast<int>(this->end() - this->start()));
3615 // Initializes start- and end-merges of {c} with values according to the
5102 Value start = Peek(2, 0, kWasmI32);
5103 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableFill, imm, start, value, count);
5214 // Peeking past the current control start in reachable code.
5370 "start-arity and end-arity of one-armed if must match");
5374 Value& start = c->start_merge[i];
5376 if (!IsSubtypeOf(start.type, end.type, this->module_)) {
5378 end.type.name().c_str(), start.type.name().c_str());