Home
last modified time | relevance | path

Searched full:min_version (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dfile_format_version.h.erb27 constexpr std::array<uint8_t, File::VERSION_SIZE> MIN_VERSION {<%= Panda::min_version.split('.').jo…
36 ss << "Minimum supported bytecode version " << GetVersion(MIN_VERSION) << '\n';
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_format_version_test.cpp38 versionstr += std::to_string(MIN_VERSION[i]); in TEST()
44 EXPECT_EQ(GetVersion(MIN_VERSION), versionstr); in TEST()
Dfile_item_container_test.cpp104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST()
/arkcompiler/runtime_core/libpandafile/templates/
Darkcompiler.para.erb14 const.ark.minVersion = <%= Panda::min_version %>
Dfile_format_version.h.erb35 constexpr std::array<uint8_t, File::VERSION_SIZE> minVersion {<%= Panda::min_version.split('.').joi…
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp40 …piler::CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION_SIZE> min_version, in CheckFileVersionIsSupported() argument
49 return panda::panda_file::IsVersionLessOrEqual(min_version, file_version) && in CheckFileVersionIsSupported()
Dabc2program_compiler.h30 … bool CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION_SIZE> min_version,
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp596 if (fileVersion < MIN_VERSION || fileVersion > VERSION) { in CheckHeader()
599 if (fileVersion < MIN_VERSION) { in CheckHeader()
600 … LOG(ERROR, PANDAFILE) << "Minimum supported version is " << VersionToString(MIN_VERSION); in CheckHeader()
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dspec.rb61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
/arkcompiler/runtime_core/isa/
Disa.yaml109 min_version: 0.0.0.2
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml107 min_version: 0.0.0.5