Home
last modified time | relevance | path

Searched defs:fileDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h47 …static bool VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool s… in VerifyVersion()
65 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion()
99 …static bool VerifyVersion(const char *fileDesc, const VersionType &currVersion, const VersionType … in VerifyVersion()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp107 CString fileDesc = method->GetJSPandaFile()->GetJSPandaFileDesc(); in Compile() local