Lines Matching refs:CString
54 CString recordName;
55 CString className;
56 CString methodName;
60 return std::hash<CString>{}(patchMethodIndex.recordName) ^ in operator()
61 …std::hash<CString>{}(patchMethodIndex.className) ^ std::hash<CString>{}(patchMethodIndex.methodNam… in operator()
74 CString patchFileName;
82 CUnorderedSet<CString> replacedRecordNames;
84 CUnorderedMap<EntityId, CString> replacedPatchMethods;
108 const CMap<uint32_t, CString> &baseClassInfo);
109 static PatchErrorCode UnloadPatchInternal(JSThread *thread, const CString &patchFileName,
110 const CString &baseFileName, PatchInfo &patchInfo);
113 … EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo);
116 static CMap<uint32_t, CString> CollectClassInfo(const JSPandaFile *jsPandaFile);
118 JSThread *thread, EntityId methodId, CString &recordName, bool hasModule = true);
123 … static CString GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &className);
128 const CMap<uint32_t, CString> &baseClassInfo);
136 static void ClearPatchInfo(JSThread *thread, const CString &patchFileName);
143 … uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo);