Searched refs:LoadPatchInternal (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | quick_fix_manager.cpp | 73 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile, patchFile.get(), patchInfo, baseClassInfo_); in LoadPatchIfNeeded() 111 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile.get(), patchFile.get(), patchInfo, baseClassInfo_); in LoadPatch() 151 auto ret = PatchLoader::LoadPatchInternal(thread, baseFile.get(), patchFile.get(), patchInfo, baseClassInfo_); in LoadPatch()
|
H A D | patch_loader.h | 123 static PatchErrorCode LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile,
|
H A D | patch_loader.cpp | 20 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal() function in panda::ecmascript::PatchLoader
|
Completed in 3 milliseconds