Home
last modified time | relevance | path

Searched refs:ConvertLiteralToString (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()
93 if (!IsHotReload() && Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()
216 std::string PatchFix::ConvertLiteralToString(std::vector<panda::pandasm::LiteralArray::Literal> &literalBuffer) in ConvertLiteralToString() function in panda::es2panda::util::PatchFix
241 return ConvertLiteralToString(litPair.second); in ExpandLiteral()
H A DpatchFix.h100 std::string ConvertLiteralToString(std::vector<panda::pandasm::LiteralArray::Literal> &literalBuffer);

Completed in 3 milliseconds