Home
last modified time | relevance | path

Searched defs:baseFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp35 void QuickFixManager::LoadPatchIfNeeded(JSThread *thread, const JSPandaFile *baseFile) in LoadPatchIfNeeded()
83 std::shared_ptr<JSPandaFile> baseFile = in LoadPatch() local
120 std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile( in LoadPatch() local
172 JSTaggedValue QuickFixManager::CheckAndGetPatch(JSThread *thread, const JSPandaFile *baseFile, Enti… in CheckAndGetPatch()
Dpatch_loader.cpp24 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal()
72 const JSPandaFile *baseFile, PatchInfo &patchInfo) in ExecutePatchMain()
135 …std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFil… in UnloadPatchInternal() local
236 void PatchLoader::FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, in FindAndReplaceSameMethod()
302 MethodLiteral* PatchLoader::FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, Entit… in FindSameMethod()
321 void PatchLoader::SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile, in SaveBaseMethodInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp149 …std::shared_ptr<JSPandaFile> baseFile = pfManager->NewJSPandaFile(basePF.release(), CString(baseFi… in HWTEST_F_L0() local
188 std::shared_ptr<JSPandaFile> baseFile = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp75 auto baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFileName.c_str()); in HWTEST_F_L0() local