Home
last modified time | relevance | path

Searched refs:FindSameMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h70 …static MethodLiteral *FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId b…
Dpatch_loader.cpp259 … 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
Dquick_fix_manager.cpp184 …MethodLiteral *patchMethodLiteral = PatchLoader::FindSameMethod(patchInfo, baseFile, baseMethodId); in CheckAndGetPatch()