Home
last modified time | relevance | path

Searched refs:FindJSPandaFile (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp126 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
127 std::shared_ptr<JSPandaFile> foundPf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
133 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
134 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
172 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
177 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
178 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
209 std::shared_ptr<JSPandaFile> afterRemovePf = pfManager->FindJSPandaFile(filename); in HWTEST_F_L0()
Djs_pandafile_executor_test.cpp129 std::shared_ptr<JSPandaFile> foundPf = pfManager->FindJSPandaFile(fileName); in HWTEST_F_L0()
167 std::shared_ptr<JSPandaFile> foundPf = pfManager->FindJSPandaFile(fileName); in HWTEST_F_L0()
Dquick_fix_test.cpp192 JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp75 auto baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFileName.c_str()); in HWTEST_F_L0()
81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp135 …std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFil… in UnloadPatchInternal()
141 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in UnloadPatchInternal()
212 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in ClearPatchInfo()
Dquick_fix_manager.cpp191 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in CheckAndGetPatch()
207 …std::shared_ptr<JSPandaFile> patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)… in IsQuickFixCausedException()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h146 …auto jsPandaFile = ::panda::ecmascript::JSPandaFileManager::GetInstance()->FindJSPandaFile(pandaFi… in GetLocation()
158 …auto jsPandaFile = ::panda::ecmascript::JSPandaFileManager::GetInstance()->FindJSPandaFile(pandaFi… in GetSourceLocation()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h75 std::shared_ptr<JSPandaFile> FindJSPandaFile(const CString &filename);
Djs_pandafile_manager.cpp254 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile() function in panda::ecmascript::JSPandaFileManager
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp253 …ared_ptr<JSPandaFile> jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(assetPath_); in ~EcmaVM()
Decma_context.cpp178 JSPandaFileManager::GetInstance()->FindJSPandaFile(vm_->GetAssetPath()); in ~EcmaContext()
Djs_serializer.cpp1323 …std::shared_ptr<JSPandaFile> jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(desc… in ReadMethod()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp73 …const JSPandaFile *jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(fileName.c_str… in NotifyScriptParsed()
1053 …const JSPandaFile *jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(fileName.c_str… in GetExtractor()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp104 JSPandaFileManager::GetInstance()->FindJSPandaFile(CString(targetAbcPath)); in ExecuteAndLoadJSPandaFile()