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 (Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()
105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()
119 if (Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()
176 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash()
190 auto funcHash = Helpers::GetHashString(ss.str()); in GenerateFunctionAndClassHash()
Dhelpers.h103 static std::string GetHashString(std::string str);
Dhelpers.cpp725 std::string Helpers::GetHashString(std::string str) in GetHashString() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp370 …ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNa… in BuildFunction()