Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h67 static PatchErrorCode UnloadPatchInternal(JSThread *thread, const CString &patchFileName,
Dpatch_loader.cpp124UnloadPatchInternal(thread, patchFile->GetJSPandaFileDesc(), baseFile->GetJSPandaFileDesc(), patch… in ExecutePatchMain()
132 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal() function in panda::ecmascript::PatchLoader
Dquick_fix_manager.cpp161 …auto ret = PatchLoader::UnloadPatchInternal(thread, patchFileName.c_str(), baseFileName.c_str(), p… in UnloadPatch()