Searched refs:FindSameMethod (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.h | 70 …static MethodLiteral *FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId b…
|
D | patch_loader.cpp | 259 … MethodLiteral *patchMethodLiteral = FindSameMethod(patchInfo, baseFile, baseMethodId); in FindAndReplaceSameMethod() 285 … MethodLiteral *patchMethodLiteral = FindSameMethod(patchInfo, baseFile, baseMethodId); in FindAndReplaceSameMethod() 302 MethodLiteral* PatchLoader::FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, Entit… in FindSameMethod() function in panda::ecmascript::PatchLoader
|
D | quick_fix_manager.cpp | 184 …MethodLiteral *patchMethodLiteral = PatchLoader::FindSameMethod(patchInfo, baseFile, baseMethodId); in CheckAndGetPatch()
|