Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h73 …e(const std::string &recordName, std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);
89 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);
91 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);
DpatchFix.cpp48 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in ProcessModule() argument
51 DumpModuleInfo(recordName, moduleBuffer); in ProcessModule()
56 ValidateModuleInfo(recordName, moduleBuffer); in ProcessModule()
75 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in DumpModuleInfo() argument
79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()
84 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in ValidateModuleInfo() argument
93 if (Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()