/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_manager_test.cpp | 80 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()
|
D | js_pandafile_test.cpp | 81 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/ |
D | js_pandafile_manager.cpp | 274 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()
|
D | js_pandafile.h | 85 const CString &GetJSPandaFileDesc() const in GetJSPandaFileDesc() function
|
D | literal_data_extractor.cpp | 230 CString moduleName = jsPandaFile->GetJSPandaFileDesc(); in DefineMethodInLiteral()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_pt_location.h | 69 location << "jsPandaFile:" << "\"" << jsPandaFile_->GetJSPandaFileDesc() << "\""; in ToString()
|
D | hot_reload_manager.cpp | 80 notificationMgr->LoadModuleEvent(jsPandaFile->GetJSPandaFileDesc(), recordName); in ExtractPatch()
|
D | js_debugger.cpp | 185 if (jsPandaFile->GetJSPandaFileDesc() == location.GetJsPandaFile()->GetJSPandaFileDesc()) { in FindMethod()
|
D | js_debugger.h | 64 … breakpoint << "jsPandaFile:" << "\"" << ptMethod_->GetJSPandaFile()->GetJSPandaFileDesc() << "\""; in ToString()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.cpp | 45 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()
|
D | patch_loader.cpp | 115 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/ |
D | js_file_path.cpp | 59 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetHapName()
|
D | ecma_context.cpp | 252 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()
|
D | js_serializer.cpp | 484 const CString &desc = jsPandaFile->GetJSPandaFileDesc(); in WriteMethod()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.cpp | 166 … LOG_COMPILER(ERROR) << "There is no mehtod literal in " << jsPandaFile->GetJSPandaFileDesc(); in IsReleasedPandaFile()
|
D | bytecode_info_collector.cpp | 147 << jsPandaFile_->GetJSPandaFileDesc() in ProcessClasses() 695 CString baseFileName = jsPandaFile_->GetJSPandaFileDesc(); in CollectRecordExportInfo()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_data_extractor.cpp | 89 const CString &descriptor = jsPandaFile->GetJSPandaFileDesc(); in ParseCjsModule()
|
D | js_module_manager.cpp | 478 CString moduleFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveModule() 516 CString moduleFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveModuleWithMerge()
|
D | module_path_helper.cpp | 424 CString fullName = jsPandaFile->GetJSPandaFileDesc(); in ResolveCurrentPath()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 102 CString mergedFilename = jsPandaFile->GetJSPandaFileDesc(); in Load()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_manager.cpp | 148 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetAnFileIndex()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 152 CString baseFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveImportType()
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 154 const auto &fileName = DebuggerApi::GetBaseJSPandaFile(vm_, jsPandaFile)->GetJSPandaFileDesc(); in IsSkipLine()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 1402 CString currentfilename = jsPandaFile->GetJSPandaFileDesc(); in RuntimeDynamicImport()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 737 const CString &desc = jsPandaFile->GetJSPandaFileDesc(); in MethodTest1()
|