Home
last modified time | relevance | path

Searched refs:LoadPatchInternal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp73 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 Dpatch_loader.h123 static PatchErrorCode LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile,
H A Dpatch_loader.cpp20 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal() function in panda::ecmascript::PatchLoader

Completed in 3 milliseconds