Searched refs:LoadPatchInternal (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.cpp | 65 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile, patchFile.get(), patchInfo); in LoadPatchIfNeeded() 99 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile.get(), patchFile.get(), patchInfo); in LoadPatch() 135 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile.get(), patchFile.get(), patchInfo); in LoadPatch()
|
D | patch_loader.h | 65 static PatchErrorCode LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile,
|
D | patch_loader.cpp | 24 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal() function in panda::ecmascript::PatchLoader
|