Searched defs:patchInfo (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | quick_fix_manager.cpp | 68 PatchInfo patchInfo; in LoadPatchIfNeeded() local 106 PatchInfo patchInfo; in LoadPatch() local 146 PatchInfo patchInfo; in LoadPatch() local 176 PatchInfo &patchInfo in UnloadPatch() local 200 PatchInfo patchInfo = iter->second; CheckAndGetPatch() local [all...] |
| H A D | patch_loader.cpp | 20 LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) LoadPatchInternal() argument 69 ExecuteFuncOrPatchMain( JSThread *thread, const JSPandaFile *jsPandaFile, const PatchInfo &patchInfo, bool loadPatch) ExecuteFuncOrPatchMain() argument 114 UnloadPatchInternal(JSThread *thread, const CString &patchFileName, const CString &baseFileName, PatchInfo &patchInfo) UnloadPatchInternal() argument 245 UpdateJSFunction(JSThread *thread, PatchInfo &patchInfo) UpdateJSFunction() argument 321 FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceSameMethod() argument 387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument 429 FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo) FindSameMethod() argument 455 SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const BaseMethodIndex &indexs) SaveBaseMethodInfo() argument 471 PatchInfo patchInfo; GeneratePatchInfo() local [all...] |
Completed in 2 milliseconds