Searched defs:PatchInfo (Results 1 – 1 of 1) sorted by relevance
89 struct PatchInfo { struct91 CString patchFileName;93 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals;95 CUnorderedMap<BaseMethodIndex, MethodLiteral *, BaseMethodIndex::Hash> baseMethodInfo;97 CVector<JSHandle<JSTaggedValue>> baseConstpools;99 CUnorderedSet<CString> replacedRecordNames;124 const JSPandaFile *patchFile, PatchInfo &patchInfo, argument