Home
last modified time | relevance | path

Searched refs:InternalGetVersion (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h75 LOG_ECMA(DEBUG) << "Magic:" << ConvToStr(magic_) << ", version:" << InternalGetVersion(); in VerifyVersion()
105 std::string InternalGetVersion() const in InternalGetVersion() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp172 stream << VERSION_HEADER << InternalGetVersion() << NEW_LINE; in ProcessToText()