Home
last modified time | relevance | path

Searched refs:GetJSPandaFileDesc (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp80 auto expectFileName = pf->GetJSPandaFileDesc(); in HWTEST_F_L0()
102 EXPECT_STREQ(ojspf->GetJSPandaFileDesc().c_str(), "__JSPandaFileManagerTest.pa"); in HWTEST_F_L0()
128 EXPECT_STREQ(foundPf1->GetJSPandaFileDesc().c_str(), "__JSPandaFileManagerTest1.pa"); in HWTEST_F_L0()
129 EXPECT_STREQ(foundPf2->GetJSPandaFileDesc().c_str(), "__JSPandaFileManagerTest2.pa"); in HWTEST_F_L0()
237 EXPECT_STREQ(loadedPf1->GetJSPandaFileDesc().c_str(), "__JSPandaFileManagerTest1.pa"); in HWTEST_F_L0()
238 EXPECT_STREQ(loadedPf2->GetJSPandaFileDesc().c_str(), "__JSPandaFileManagerTest2.pa"); in HWTEST_F_L0()
314 auto desc = file->GetJSPandaFileDesc(); in HWTEST_F_L0()
Djs_pandafile_test.cpp81 HWTEST_F_L0(JSPandaFileTest, GetJSPandaFileDesc) in HWTEST_F_L0() argument
88 const CString expectFileName = pf->GetJSPandaFileDesc(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp274 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in AddJSPandaFileVm()
290 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in InsertJSPandaFileVmUnlocked()
321 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in RemoveJSPandaFileVm()
385 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in GetJSPtExtractor()
407 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in GetJSPtExtractorAndExtract()
430 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in CpuProfilerGetJSPtExtractor()
Djs_pandafile.h85 const CString &GetJSPandaFileDesc() const in GetJSPandaFileDesc() function
Dliteral_data_extractor.cpp230 CString moduleName = jsPandaFile->GetJSPandaFileDesc(); in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_location.h69 location << "jsPandaFile:" << "\"" << jsPandaFile_->GetJSPandaFileDesc() << "\""; in ToString()
Dhot_reload_manager.cpp80 notificationMgr->LoadModuleEvent(jsPandaFile->GetJSPandaFileDesc(), recordName); in ExtractPatch()
Djs_debugger.cpp185 if (jsPandaFile->GetJSPandaFileDesc() == location.GetJsPandaFile()->GetJSPandaFileDesc()) { in FindMethod()
Djs_debugger.h64 … breakpoint << "jsPandaFile:" << "\"" << ptMethod_->GetJSPandaFile()->GetJSPandaFileDesc() << "\""; in ToString()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp45 CString baseFileName = baseFile->GetJSPandaFileDesc(); in LoadPatchIfNeeded()
178 auto iter = methodInfos_.find(baseFile->GetJSPandaFileDesc()); in CheckAndGetPatch()
208 if (patchFile == nullptr || ConvertToString(patchFileName) != patchFile->GetJSPandaFileDesc()) { in IsQuickFixCausedException()
Dpatch_loader.cpp115 patchFile->GetJSPandaFileDesc(), recordName); in ExecutePatchMain()
124 …UnloadPatchInternal(thread, patchFile->GetJSPandaFileDesc(), baseFile->GetJSPandaFileDesc(), patch… in ExecutePatchMain()
355 patchInfo.patchFileName = patchFile->GetJSPandaFileDesc(); in GeneratePatchInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp59 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetHapName()
Decma_context.cpp252 jsPandaFile->GetJSPandaFileDesc(), entryPoint); in InvokeEcmaEntrypoint()
267 CString moduleName = jsPandaFile->GetJSPandaFileDesc(); in InvokeEcmaEntrypoint()
461 … LOG_ECMA(INFO) << "remove js pandafile by gc, file:" << iterator->first->GetJSPandaFileDesc(); in ProcessNativeDelete()
491 … LOG_ECMA(INFO) << "remove js pandafile by gc, file:" << iterator->first->GetJSPandaFileDesc(); in ProcessReferences()
585 …LOG_ECMA(INFO) << "remove js pandafile by vm destruct, file:" << iter->first->GetJSPandaFileDesc(); in ClearBufferData()
Djs_serializer.cpp484 const CString &desc = jsPandaFile->GetJSPandaFileDesc(); in WriteMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp166 … LOG_COMPILER(ERROR) << "There is no mehtod literal in " << jsPandaFile->GetJSPandaFileDesc(); in IsReleasedPandaFile()
Dbytecode_info_collector.cpp147 << jsPandaFile_->GetJSPandaFileDesc() in ProcessClasses()
695 CString baseFileName = jsPandaFile_->GetJSPandaFileDesc(); in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp89 const CString &descriptor = jsPandaFile->GetJSPandaFileDesc(); in ParseCjsModule()
Djs_module_manager.cpp478 CString moduleFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveModule()
516 CString moduleFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveModuleWithMerge()
Dmodule_path_helper.cpp424 CString fullName = jsPandaFile->GetJSPandaFileDesc(); in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp102 CString mergedFilename = jsPandaFile->GetJSPandaFileDesc(); in Load()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp148 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetAnFileIndex()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp152 CString baseFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveImportType()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp154 const auto &fileName = DebuggerApi::GetBaseJSPandaFile(vm_, jsPandaFile)->GetJSPandaFileDesc(); in IsSkipLine()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1402 CString currentfilename = jsPandaFile->GetJSPandaFileDesc(); in RuntimeDynamicImport()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp737 const CString &desc = jsPandaFile->GetJSPandaFileDesc(); in MethodTest1()

12