Searched defs:PatchInfo (Results 1 – 1 of 1) sorted by relevance
72 struct PatchInfo { struct74 CString patchFileName;76 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals;78 CUnorderedMap<BaseMethodIndex, MethodLiteral *, BaseMethodIndex::Hash> baseMethodInfo;80 CVector<JSHandle<JSTaggedValue>> baseConstpools;82 CUnorderedSet<CString> replacedRecordNames;107 const JSPandaFile *patchFile, PatchInfo &patchInfo, argument