Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h119 static void UpdateJSFunction(JSThread *thread, PatchInfo &patchInfo);
Dpatch_loader.cpp63 UpdateJSFunction(thread, patchInfo); in LoadPatchInternal()
163 UpdateJSFunction(thread, patchInfo); in UnloadPatchInternal()
242 void PatchLoader::UpdateJSFunction(JSThread *thread, PatchInfo &patchInfo) in UpdateJSFunction() function in panda::ecmascript::PatchLoader