Home
last modified time | relevance | path

Searched refs:FindAndReplaceSameMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h74 static void FindAndReplaceSameMethod(JSThread *thread,
Dpatch_loader.cpp60 FindAndReplaceSameMethod(thread, baseFile, patchFile, patchInfo); in LoadPatchInternal()
236 void PatchLoader::FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, in FindAndReplaceSameMethod() function in panda::ecmascript::PatchLoader