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 D | aot_version.h | 22 class AOTFileVersion { class 24 AOTFileVersion() = delete;
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_version.cpp | 22 aotVersion = panda::ecmascript::AOTFileVersion::GetAOTVersion(); in GetAOTVersion() 23 if (aotVersion.size() != (FileHeaderBase::VERSION_SIZE * AOTFileVersion::VERSION_MULTIPLE_SIZE) - 1) { in GetAOTVersion()
|
H A D | aot_version.h | 21 class AOTFileVersion { class 23 AOTFileVersion() = delete;
|
H A D | an_file_info.cpp | 38 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 D | stub_file_info.cpp | 52 builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), triple); in Save()
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | aot_version_test.cpp | 37 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 D | snapshot.h | 56 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 D | aot_compiler_impl.cpp | 261 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 D | pgo_file_info.h | 302 return VerifyVersion("ap file compatible aot file", GetCompatibleAnVersion(), AOTFileVersion::AN_VERSION, true); in IsCompatibleWithAOTFile()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_encoder.cpp | 217 header_->SetCompatibleAnVersion(AOTFileVersion::AN_VERSION); in SaveAndRename()
|
Completed in 5 milliseconds