Searched refs:classHash (Results 1 – 3 of 3) sorted by relevance
34 ArenaMap<std::string, std::string> classHash; member37 classHash(allocator->Adapter()) {} in OriginFunctionInfo()
95 … info.classHash.insert(std::pair<std::string, std::string>(classItems[i], classItems[i + 1])); in ReadSymbolTable()
176 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash() local177 hashList.push_back(std::pair<std::string, std::string>(ins.ids[0], classHash)); in GenerateFunctionAndClassHash()492 auto &classInfo = bytecodeInfo.classHash; in CompareClassHash()