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.cpp127 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
128 std::shared_ptr<JSPandaFile> foundPf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
134 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
135 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
179 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
184 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
185 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
220 std::shared_ptr<JSPandaFile> afterRemovePf = pfManager->FindJSPandaFile(filename); in HWTEST_F_L0()
Djs_pandafile_executor_test.cpp127 std::shared_ptr<JSPandaFile> foundPf = pfManager->FindJSPandaFile(fileName); in HWTEST_F_L0()
164 std::shared_ptr<JSPandaFile> foundPf = pfManager->FindJSPandaFile(fileName); in HWTEST_F_L0()
Dquick_fix_test.cpp231 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/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.h97 std::shared_ptr<JSPandaFile> FindJSPandaFile(const CString &filename);
Djs_pandafile_manager.cpp303 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile() function in panda::ecmascript::JSPandaFileManager
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp211 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in CheckAndGetPatch()
240 …std::shared_ptr<JSPandaFile> patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)… in IsQuickFixCausedException()
Dpatch_loader.cpp117 …std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(baseFil… in UnloadPatchInternal()
123 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in UnloadPatchInternal()
217 …std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchF… in ClearPatchInfo()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp212 JSPandaFileManager::GetInstance()->FindJSPandaFile(vm_->GetAssetPath()); in ~EcmaContext()
631 auto pf = JSPandaFileManager::GetInstance()->FindJSPandaFile(fileName.c_str()); in UpdateConstpoolWhenDeserialAI()
Decma_vm.cpp369 …ared_ptr<JSPandaFile> jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(assetPath_); in ~EcmaVM()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp79 …const JSPandaFile *jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(fileName.c_str… in NotifyScriptParsed()
1623 …const JSPandaFile *jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(fileName.c_str… in GetExtractors()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1968 const auto &pf = JSPandaFileManager::GetInstance()->FindJSPandaFile(pfName); in GetRecordProfileType()
1981 const auto &pf = JSPandaFileManager::GetInstance()->FindJSPandaFile(pfDesc); in GetRecordProfileType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp152 pf_ = JSPandaFileManager::GetInstance()->FindJSPandaFile(CString(targetAbcPath)); in ExecuteAndLoadJSPandaFile()