Home
last modified time | relevance | path

Searched refs:AOTFileVersion (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/mock/include/ecmascript/compiler/aot_file/
H A Daot_version.h22 class AOTFileVersion { class
24 AOTFileVersion() = delete;
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_version.cpp22 aotVersion = panda::ecmascript::AOTFileVersion::GetAOTVersion(); in GetAOTVersion()
23 if (aotVersion.size() != (FileHeaderBase::VERSION_SIZE * AOTFileVersion::VERSION_MULTIPLE_SIZE) - 1) { in GetAOTVersion()
H A Daot_version.h21 class AOTFileVersion { class
23 AOTFileVersion() = delete;
H A Dan_file_info.cpp38 builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), triple); in Save()
59 if (!reader.VerifyELFHeader(base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), in LoadInternal()
60 AOTFileVersion::AN_STRICT_MATCH)) { in LoadInternal()
H A Dstub_file_info.cpp52 builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), triple); in Save()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Daot_version_test.cpp37 std::string aotVersionActual = panda::ecmascript::AOTFileVersion::GetAOTVersion(); in HWTEST_F_L0()
38 EXPECT_EQ(version.size(), FileHeaderBase::VERSION_SIZE * ecmascript::AOTFileVersion::VERSION_MULTIPLE_SIZE - 1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.h56 return VerifyVersion("snapshot file", lastVersion, AOTFileVersion::AI_STRICT_MATCH); in Verify()
71 return AOTFileVersion::AI_VERSION; in GetLastVersion()
/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_impl.cpp261 sigData = panda::ecmascript::AOTFileVersion::GetAOTVersion(); in GetAOTVersion()
269 sigData = panda::ecmascript::AOTFileVersion::CheckAOTVersion(args); in NeedReCompile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h302 return VerifyVersion("ap file compatible aot file", GetCompatibleAnVersion(), AOTFileVersion::AN_VERSION, true); in IsCompatibleWithAOTFile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp217 header_->SetCompatibleAnVersion(AOTFileVersion::AN_VERSION); in SaveAndRename()

Completed in 5 milliseconds