Home
last modified time | relevance | path

Searched defs:PatchInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h89 struct PatchInfo { struct
91 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