Home
last modified time | relevance | path

Searched refs:target_version (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_format_version.cpp38 const std::array<uint8_t, File::VERSION_SIZE> &target_version) in IsVersionLessOrEqual()
41 if (currrent_version[i] != target_version[i]) { in IsVersionLessOrEqual()
42 return currrent_version[i] < target_version[i]; in IsVersionLessOrEqual()
37 IsVersionLessOrEqual(const std::array<uint8_t, File::VERSION_SIZE> &currrent_version, const std::array<uint8_t, File::VERSION_SIZE> &target_version) IsVersionLessOrEqual() argument
/arkcompiler/runtime_core/abc2program/
H A Dabc2program_compiler.cpp45 auto target_version = panda_file::GetVersionByApi(target_api_version, target_api_sub_version); in CheckFileVersionIsSupported() local
46 if (!target_version.has_value()) { in CheckFileVersionIsSupported()
51 panda::panda_file::IsVersionLessOrEqual(file_version, target_version.value()); in CheckFileVersionIsSupported()
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py1148 def __init__(self, test_path, mode_arg, target_version, preserve_files):
1151 self.target_version = target_version
1161 if self.target_version > 0:
1162 target_version_cmd = "--target-api-version=" + str(self.target_version)
1253 target_version = 0
1255 target_version = int(target_version_path)
1262 self.tests.append(PatchTest(test_path, name, target_version, self.preserve_files))
1265 self.tests.append(PatchTest(test_base_path, name, target_version, self.preserve_files))
1686 target_version
[all...]

Completed in 4 milliseconds