Home
last modified time | relevance | path

Searched refs:GetHashString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()
93 …if (!IsHotReload() && Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()
105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()
119 if (!IsHotReload() && Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()
197 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash()
211 auto funcHash = Helpers::GetHashString(ss.str()); in GenerateFunctionAndClassHash()
Dhelpers.h162 static std::string GetHashString(const std::string &str);
Dhelpers.cpp875 std::string Helpers::GetHashString(const std::string &str) in GetHashString() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp401 …ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNa… in LegacyBuildFunction()