Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dhot_reload_manager.cpp22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp75 auto baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFileName.c_str()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp220 std::shared_ptr<JSPandaFile> baseFile = pfManager->NewJSPandaFile(basePF.release(), CString(baseFileName)); in HWTEST_F_L0() local
238 std::shared_ptr<JSPandaFile> baseFile = in HWTEST_F_L0() local
295 std::shared_ptr<JSPandaFile> baseFile = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp38 void QuickFixManager::LoadPatchIfNeeded(JSThread *thread, const JSPandaFile *baseFile) in LoadPatchIfNeeded() argument
91 std::shared_ptr<JSPandaFile> baseFile = in LoadPatch() local
132 std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatch() local
189 CheckAndGetPatch(JSThread *thread, const JSPandaFile *baseFile, EntityId baseMethodId) CheckAndGetPatch() argument
[all...]
H A Dpatch_loader.cpp20 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal() argument
117 std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFileName); in UnloadPatchInternal() local
321 FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceSameMethod() argument
387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument
429 FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo) FindSameMethod() argument
455 SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const BaseMethodIndex &indexs) SaveBaseMethodInfo() argument
[all...]

Completed in 3 milliseconds