Searched refs:UnloadPatchInternal (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.h | 67 static PatchErrorCode UnloadPatchInternal(JSThread *thread, const CString &patchFileName,
|
D | patch_loader.cpp | 124 …UnloadPatchInternal(thread, patchFile->GetJSPandaFileDesc(), baseFile->GetJSPandaFileDesc(), patch… in ExecutePatchMain() 132 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal() function in panda::ecmascript::PatchLoader
|
D | quick_fix_manager.cpp | 161 …auto ret = PatchLoader::UnloadPatchInternal(thread, patchFileName.c_str(), baseFileName.c_str(), p… in UnloadPatch()
|