Lines Matching defs:array
487 : IndexImmediate<validate>(decoder, pc, "array index") {}
792 Value* array;
794 } vals = {nullptr}; // Initialize {array} with {nullptr}.
804 return arity == 1 ? vals.first : vals.array[i];
1304 DecodeError(pc, "invalid array index: %u", imm.index);
1856 decoder, pc + length + array_imm.length, "array length");
2095 "array length");
3588 static constexpr std::array<OpcodeHandler, 256> kOpcodeHandlers =
3608 merge->vals.array = this->zone()->template NewArray<Value>(arity);
3610 merge->vals.array[i] = get_val(i);
4199 "%s: array type %d has non-defaultable element type %s",
4227 "array.init_from_data can only be used with value-type arrays, "
4228 "found array type #%d instead",
4258 Value array =
4262 &array);
4264 Push(array);
4274 "%s: Immediate array type %d has non-packed type %s. Use "
4275 "array.get instead.",
4295 "array.get: Immediate array type %d has packed type %s. Use "
4296 "array.get_s or array.get_u instead.",
4314 this->DecodeError("array.set: immediate array type %d is immutable",
4328 // Read but ignore an immediate array type index.
4345 "array.copy: immediate destination array type #%d is immutable",
4358 "array.copy: source array's #%d element type is not a subtype of "
4359 "destination array's #%d element type",
4381 "array.init length");
4385 "Requested length %u for array.init too large, maximum is %zu",
5157 *stack_end_++ = merge->vals.array[i];