Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h105 bool CompareClassHash(std::vector<std::pair<std::string, std::string>> &hashList,
DpatchFix.cpp489 bool PatchFix::CompareClassHash(std::vector<std::pair<std::string, std::string>> &hashList, in CompareClassHash() function in panda::es2panda::util::PatchFix
558 if (!CompareClassHash(hashList, bytecodeInfo)) { in HandleFunction()