Lines Matching defs:bytecodeVersion

40   int64_t bytecodeVersion = bytecode::kVersion;
101 void BytecodeWriterConfig::setDesiredBytecodeVersion(int64_t bytecodeVersion) {
102 impl->bytecodeVersion = bytecodeVersion;
106 return impl->bytecodeVersion;
385 DialectWriter(int64_t bytecodeVersion, EncodingEmitter &emitter,
389 : bytecodeVersion(bytecodeVersion), emitter(emitter),
472 int64_t getBytecodeVersion() const override { return bytecodeVersion; }
483 int64_t bytecodeVersion;
519 DialectWriter propertiesWriter(config.bytecodeVersion, emitter,
726 if (config.bytecodeVersion < bytecode::kMinSupportedVersion ||
727 config.bytecodeVersion > bytecode::kVersion)
729 << "unsupported version requested " << config.bytecodeVersion
733 emitter.emitVarInt(config.bytecodeVersion, "bytecode version");
755 if (config.bytecodeVersion >= bytecode::kNativePropertiesEncoding)
806 if (config.bytecodeVersion < bytecode::kDialectVersioning) {
815 DialectWriter versionWriter(config.bytecodeVersion, versionEmitter,
832 if (config.bytecodeVersion >= bytecode::kElideUnknownBlockArgLocation)
839 if (config.bytecodeVersion < bytecode::kNativePropertiesEncoding)
879 DialectWriter dialectWriter(config.bytecodeVersion, attrTypeEmitter,
950 if (config.bytecodeVersion >= bytecode::kElideUnknownBlockArgLocation) {
963 if (config.bytecodeVersion >= bytecode::kUseListOrdering) {
999 if (config.bytecodeVersion < bytecode::kNativePropertiesEncoding ||
1010 if (config.bytecodeVersion >= bytecode::kNativePropertiesEncoding) {
1044 if (config.bytecodeVersion >= bytecode::kUseListOrdering)
1067 config.bytecodeVersion >= bytecode::kLazyLoading) {