Home
last modified time | relevance | path

Searched refs:GetFilename (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebug_inf.cpp78 auto it = aexItemMap_.find(file->GetFilename()); in AddCodeMetaInfo()
84 aexItemMap_.emplace(file->GetFilename(), item); in AddCodeMetaInfo()
91 auto it = aexItemMap_.find(file->GetFilename()); in DelCodeMetaInfo()
152 PCodeItem *codeItem = aexItemMap_[file->GetFilename()]; in DelCodeMetaInfoImpl()
H A Ddebugger.cpp101 if (pf.GetFilename() != location.GetPandaFile()) { in CheckLocation()
530 PtLocation location(method->GetPandaFile()->GetFilename().c_str(), method->GetFileId(), bcOffset); in BytecodePcChanged()
635 PtLocation throwLocation {method->GetPandaFile()->GetFilename().c_str(), method->GetFileId(), bcOffset}; in ExceptionThrow()
636 PtLocation catchLocation {catchMethodFile->GetFilename().c_str(), res.first->GetFileId(), res.second}; in ExceptionThrow()
646 PtLocation catchLocation {pf->GetFilename().c_str(), method->GetFileId(), bcOffset}; in ExceptionCatch()
929 : method_(method), methodId_(method->GetFileId()), pandaFile_(method->GetPandaFile()->GetFilename()) in PtDebugFrame()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp193 LOG(INFO, RUNTIME) << " pandafile name = " << pandafile->GetFilename() << " classname = " << klass->GetName(); in CallBackTranverseResolvedClassAndMethods()
202 LOG(INFO, RUNTIME) << " method pandafile name = " << method.GetPandaFile()->GetFilename(); in CallBackTranverseResolvedClassAndMethods()
208 ExtractedResolvedClasses tmpResolvedClasses(ConvertToString(pandafile->GetFilename()), in CallBackTranverseResolvedClassAndMethods()
255 LOG(INFO, RUNTIME) << " " << ref.pandaFile->GetFilename(); in TranverseAndCacheResolvedClassAndMethods()
256 if (locations.find(ConvertToString(ref.pandaFile->GetFilename())) != locations.end()) { in TranverseAndCacheResolvedClassAndMethods()
H A Dprofile_dump_info.cpp180 if (!AddMethodWrapper(ConvertToString(method.pandaFile->GetFilename()), method.pandaFile->GetHeader()->checksum, in AddMethodsAndClasses()
214 auto infoIt = dumpInfo_.find(ConvertToString(methodRef.pandaFile->GetFilename())); in ContainsMethod()
227 auto infoIt = dumpInfo_.find(ConvertToString(pandafile.GetFilename())); in ContainsClass()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp214 auto bpfName = bpf->GetFilename(); in ValidateCompilerOptions()
218 LOG_PAOC(ERROR) << "isn't eqaul the file from --boot-panda-files: " << bpf->GetFilename(); in ValidateCompilerOptions()
235 paoc_->locationMapping_[bpf->GetFilename()] = filename; in ValidateCompilerOptions()
237 paoc_->preloadedFiles_[paoc_->GetFilePath(bpf->GetFilename())] = bpf; in ValidateCompilerOptions()
375 if (locationMapping_.find(pf.GetFilename()) == locationMapping_.end()) { in RunAotMode()
376 classCtx += GetFilePath(pf.GetFilename()); in RunAotMode()
378 classCtx += locationMapping_[pf.GetFilename()]; in RunAotMode()
421 filename = GetFilePath(pfileRef.GetFilename()); in StartAotFile()
424 locationMapping_[pfileRef.GetFilename()] = filename; in StartAotFile()
508 << pfileRef.GetFilename() << "`)"; in CompilePandaFile()
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp159 EXPECT_STREQ((pf->GetFilename()).c_str(), zipFilename); in TEST()
176 EXPECT_STREQ((pf->GetFilename()).c_str(), zipFilename); in TEST()
197 EXPECT_STREQ((pf->GetFilename()).c_str(), zipFilename); in TEST()
218 EXPECT_STREQ((pf->GetFilename()).c_str(), zipFilename); in TEST()
/arkcompiler/runtime_core/static_core/runtime/
H A Drelayout_profiler.cpp85 klass->GetPandaFile() == nullptr ? std::string("anonymous") : klass->GetPandaFile()->GetFilename(); in AddProfileClassItem()
92 std::string fileName = method->GetPandaFile()->GetFilename(); in AddProfileCodeItem()
H A Druntime.cpp1041 GetNotificationManager()->LoadModuleEvent(pf->GetFilename()); in NotifyAboutLoadedModules()
1091 if (pf.GetFilename() == filename) { in CreateApplicationClassLinkerContext()
1175 LOG(ERROR, RUNTIME) << "File " << pf.GetFilename() << " is quickened"; in ExecutePandaFile()
1177 LOG(ERROR, RUNTIME) << "File " << pf.GetFilename() << " is not quickened"; in ExecutePandaFile()
H A Dclass_linker.cpp54 SCOPED_TRACE_STREAM << __FUNCTION__ << " " << file->GetFilename(); in AddPandaFile()
68 Runtime::GetCurrent()->GetNotificationManager()->LoadModuleEvent(file->GetFilename()); in AddPandaFile()
1235 ss << pandaFiles[i]->GetFilename(); in PandaFilesToString()
1363 << pf.GetFilename(); in GetMethod()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dis_system.h25 const std::string &name = file.GetFilename(); in IsSystemFile()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.cpp41 PtLocation location(pf->GetFilename().c_str(), methodId, offset); in GetValueRegister()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp141 EXPECT_STREQ((pf->GetFilename()).c_str(), zip_filename); in HWTEST()
199 EXPECT_STREQ((pf->GetFilename()).c_str(), zip_filename); in HWTEST()
221 EXPECT_STREQ((pf->GetFilename()).c_str(), zip_filename); in HWTEST()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp80 locations.emplace(pandaFile->GetFilename().c_str(), methodId, o); in GetCurrentLineLocations()
113 locations.emplace(pandaFile->GetFilename().data(), methodId, o); in GetContinueToLocations()
136 locations.emplace_back(pandaFile->GetFilename().data(), methodId, entry.offset); in GetBreakpointLocations()
/arkcompiler/runtime_core/compiler/tests/
H A Dclass_hash_table_test.cpp300 if (pf.GetFilename() == filename) { in TEST_F()
353 if (pf.GetFilename() == filename) { in TEST_F()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp311 o << "declared at `" << beg->second->GetFilePtr()->GetFilename() << "`"; in operator <<()
329 o << "\n\tat `" << reader->GetFilePtr()->GetFilename() << "`"; in Error()
/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_module_cache_test.cpp76 JSHandle<EcmaString> fileNameTested(thread, moduleTested->GetFilename()); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dtest_frame.h147 return method_->GetPandaFile()->GetFilename();
/arkcompiler/runtime_core/static_core/tools/sampler/
H A Dtrace_dumper.cpp91 return pf->GetFilename() + "::__unknown_" + std::to_string(fileId); in ResolveName()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.cpp23 sourceNamePrefix_("disasm://" + file.GetFilename() + ":"), in DisasmBackedDebugInfoExtractor()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dclass_hash_table_test.cpp308 if (pf.GetFilename() == filename) { in TEST_F()
370 if (pf.GetFilename() == filename) { in TEST_F()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.cpp208 ASSERT(compiler_.GetAbcFile().GetFilename().find(util::CHAR_VERTICAL_LINE) == std::string::npos); in Run()
211 auto name = compiler_.GetAbcFile().GetFilename(); in Run()
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp52 if (pf.GetFilename() == file_name) { in GetPandaFile()
/arkcompiler/runtime_core/static_core/panda/
H A Dpanda.cpp49 if (pf.GetFilename() == fileName) { in GetPandaFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp170 const CString &desc = filename.empty() ? pf->GetFilename().c_str() : filename; in LoadJSPandaFile()
217 const CString &desc = filename.empty() ? pf->GetFilename().c_str() : filename; in LoadJSPandaFileSecure()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker_extension.h311 filePaths.emplace_back(pf->GetFilename());

Completed in 24 milliseconds

12