Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_version.cpp23 if (aotVersion.size() != (FileHeaderBase::VERSION_SIZE * AOTFileVersion::VERSION_MULTIPLE_SIZE) - 1) { in GetAOTVersion()
H A Daot_version.h32 constexpr static const int VERSION_MULTIPLE_SIZE = 2; member in panda::ecmascript::AOTFileVersion
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Daot_version_test.cpp38 EXPECT_EQ(version.size(), FileHeaderBase::VERSION_SIZE * ecmascript::AOTFileVersion::VERSION_MULTIPLE_SIZE - 1); in HWTEST_F_L0()

Completed in 1 milliseconds