Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h85 …static bool ExecutePatchMain(JSThread *thread, const JSPandaFile *patchFile, const JSPandaFile *ba…
Dpatch_loader.cpp62 if (!ExecutePatchMain(thread, patchFile, baseFile, patchInfo)) { in LoadPatchInternal()
71 bool PatchLoader::ExecutePatchMain(JSThread *thread, const JSPandaFile *patchFile, in ExecutePatchMain() function in panda::ecmascript::PatchLoader