Home
last modified time | relevance | path

Searched refs:classHash (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.h34 ArenaMap<std::string, std::string> classHash; member
37 classHash(allocator->Adapter()) {} in OriginFunctionInfo()
DsymbolTable.cpp95 … info.classHash.insert(std::pair<std::string, std::string>(classItems[i], classItems[i + 1])); in ReadSymbolTable()
DpatchFix.cpp176 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash() local
177 hashList.push_back(std::pair<std::string, std::string>(ins.ids[0], classHash)); in GenerateFunctionAndClassHash()
492 auto &classInfo = bytecodeInfo.classHash; in CompareClassHash()