Searched refs:sourceFiles (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | inspector_server.cpp | 352 std::set<std::string_view> sourceFiles; in OnCallDebuggerSetBreakpoint() 356 location->GetLineNumber(), sourceFiles); in OnCallDebuggerSetBreakpoint() 395 std::set<std::string_view> sourceFiles; in OnCallDebuggerSetBreakpointByUrl() 398 auto id = handler(thread, sourceFileFilter, lineNumber, sourceFiles); in OnCallDebuggerSetBreakpointByUrl() 405 result.AddProperty("locations", [this, lineNumber, &sourceFiles, thread](JsonArrayBuilder &locations) { in OnCallDebuggerSetBreakpointByUrl() 406 AddBreakpointByUrlLocations(locations, sourceFiles, lineNumber, thread); in OnCallDebuggerSetBreakpointByUrl() 615 const std::set<std::string_view> &sourceFiles, size_t lineNumber, in AddBreakpointByUrlLocations() 618 for (auto sourceFile : sourceFiles) { in AddBreakpointByUrlLocations() 614 AddBreakpointByUrlLocations(JsonArrayBuilder &locations, const std::set<std::string_view> &sourceFiles, size_t lineNumber, PtThread thread) AddBreakpointByUrlLocations() argument
|
H A D | debug_info_cache.cpp | 122 std::set<std::string_view> &sourceFiles) in GetBreakpointLocations() 125 sourceFiles.clear(); in GetBreakpointLocations() 132 [lineNumber, &sourceFiles, &locations](auto pandaFile, auto &debugInfo, auto methodId, in GetBreakpointLocations() 135 sourceFiles.insert(debugInfo.GetSourceFile(methodId)); in GetBreakpointLocations() 120 GetBreakpointLocations( const std::function<bool(std::string_view)> &sourceFileFilter, size_t lineNumber, std::set<std::string_view> &sourceFiles) GetBreakpointLocations() argument
|
H A D | debug_info_cache.h | 46 size_t lineNumber, std::set<std::string_view> &sourceFiles);
|
H A D | inspector.h | 83 size_t lineNumber, std::set<std::string_view> &sourceFiles);
|
H A D | inspector_server.h | 113 void AddBreakpointByUrlLocations(JsonArrayBuilder &locations, const std::set<std::string_view> &sourceFiles,
|
H A D | inspector.cpp | 293 size_t lineNumber, std::set<std::string_view> &sourceFiles) in SetBreakpoint() 301 auto locations = debugInfoCache_.GetBreakpointLocations(sourceFilesFilter, lineNumber, sourceFiles); in SetBreakpoint() 291 SetBreakpoint(PtThread thread, const std::function<bool(std::string_view)> &sourceFilesFilter, size_t lineNumber, std::set<std::string_view> &sourceFiles) SetBreakpoint() argument
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | dwarf_builder.cpp | 105 auto sourceFiles {func->GetSourceFiles()}; in BuildGraphNestedFunction() 122 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraphNestedFunction()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.cpp | 503 auto sourceFiles = GetSourceList(arktsConfig); in FindProjectSources() local 505 for (auto &src : sourceFiles) { in FindProjectSources()
|
/arkcompiler/ets_frontend/es2panda/ |
H A D | es2panda.h | 107 std::vector<es2panda::SourceFile> sourceFiles; member
|
H A D | es2panda.cpp | 76 if (!options.mergeAbc && options.sourceFiles.size() != 1) { in CheckOptionsAndFileForAbcInput()
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | main.cpp | 333 Compiler::SetExpectedProgsCount(options->CompilerOptions().sourceFiles.size()); in Run()
|
H A D | options.cpp | 701 compilerOptions_.sourceFiles = sourceFiles_; in Parse()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | compileQueue.cpp | 299 for (auto &input: options_->sourceFiles) { in Schedule()
|
Completed in 8 milliseconds