Searched defs:PatchInfo (Results 1 – 1 of 1) sorted by relevance
88 struct PatchInfo { struct90 CString patchFileName;92 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals;94 CUnorderedMap<BaseMethodIndex, MethodLiteral *, BaseMethodIndex::Hash> baseMethodInfo;96 CVector<JSHandle<JSTaggedValue>> baseConstpools;98 CUnorderedSet<CString> replacedRecordNames;123 const JSPandaFile *patchFile, PatchInfo &patchInfo, argument