Home
last modified time | relevance | path

Searched refs:sourceFiles (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector_server.cpp352 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 Ddebug_info_cache.cpp122 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 Ddebug_info_cache.h46 size_t lineNumber, std::set<std::string_view> &sourceFiles);
H A Dinspector.h83 size_t lineNumber, std::set<std::string_view> &sourceFiles);
H A Dinspector_server.h113 void AddBreakpointByUrlLocations(JsonArrayBuilder &locations, const std::set<std::string_view> &sourceFiles,
H A Dinspector.cpp293 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 Ddwarf_builder.cpp105 auto sourceFiles {func->GetSourceFiles()}; in BuildGraphNestedFunction()
122 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraphNestedFunction()
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp503 auto sourceFiles = GetSourceList(arktsConfig); in FindProjectSources() local
505 for (auto &src : sourceFiles) { in FindProjectSources()
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h107 std::vector<es2panda::SourceFile> sourceFiles; member
H A Des2panda.cpp76 if (!options.mergeAbc && options.sourceFiles.size() != 1) { in CheckOptionsAndFileForAbcInput()
/arkcompiler/ets_frontend/es2panda/aot/
H A Dmain.cpp333 Compiler::SetExpectedProgsCount(options->CompilerOptions().sourceFiles.size()); in Run()
H A Doptions.cpp701 compilerOptions_.sourceFiles = sourceFiles_; in Parse()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.cpp299 for (auto &input: options_->sourceFiles) { in Schedule()

Completed in 8 milliseconds