Home
last modified time | relevance | path

Searched refs:ToVersionNumber (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp43 …builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), t… in Save()
72 if (!reader.VerifyELFHeader(base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), in Load()
Dstub_file_info.cpp52 …builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), t… in Save()
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h40 static uint32_t ToVersionNumber(const VersionType &version) in ToVersionNumber() function
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp338 EXPECT_EQ(versionNumber, base::FileHeaderBase::ToVersionNumber(version)); in HWTEST_F_L0()