Searched refs:ReplaceMethod (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.cpp | 184 ReplaceMethod(thread, patchMethod, baseMethodLiteral, baseConstpoolValue); in UnloadPatchInternal() 218 void PatchLoader::ReplaceMethod(JSThread *thread, in ReplaceMethod() function in panda::ecmascript::PatchLoader 266 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceSameMethod() 292 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceSameMethod()
|
D | patch_loader.h | 80 static void ReplaceMethod(JSThread *thread,
|