Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-record.h40 std::string sourceFile; /* The file in which the record is defined or empty */ member
H A Dassembly-function.h80 std::string sourceFile; /* The file in which the function is defined or empty */ member
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector_server.h102 std::string_view sourceFile; member
H A Ddebug_info_cache.cpp36 void DebugInfoCache::GetSourceLocation(const PtFrame &frame, std::string_view &sourceFile, std::string_view &methodName, in GetSourceLocation() argument
87 std::unordered_set<PtLocation, HashLocation> DebugInfoCache::GetContinueToLocations(std::string_view sourceFile, in GetContinueToLocations() argument
145 std::set<size_t> DebugInfoCache::GetValidLineNumbers(std::string_view sourceFile, size_t startLine, size_t endLine, in GetValidLineNumbers() argument
320 GetSourceCode(std::string_view sourceFile) GetSourceCode() argument
[all...]
H A Dinspector_server.cpp114 void InspectorServer::CallDebuggerScriptParsed(PtThread thread, ScriptId scriptId, std::string_view sourceFile) in CallDebuggerScriptParsed() argument
[all...]
H A Dinspector.cpp280 std::set<size_t> Inspector::GetPossibleBreakpoints(std::string_view sourceFile, size_t startLine, size_t endLine, in GetPossibleBreakpoints() argument
401 void Inspector::ContinueToLocation(PtThread thread, std::string_view sourceFile, size_t lineNumber) in ContinueToLocation() argument
466 std::string Inspector::GetSourceCode(std::string_view sourceFile) in GetSourceCode() argument
538 std::string_view sourceFile; in CreateExceptionDetails() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerContext.cpp22 CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpressionMode, bool isMergeAbc, bool isJsonInputFile, bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, util::StringView recordName, util::PatchFix *patchFixHelper) CompilerContext() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp42 auto *sourceFile = reinterpret_cast<const char *>(method->GetClassSourceFile().data); in CreateStackTraceElement() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp67 std::string sourceFile = DEBUGGER_JS_DIR "patch/index.js"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.cpp94 auto sourceFile = std::string(DebugInfoExtractor::GetSourceFile(methodId)); in GetDisassemblySourceName() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h98 std::string sourceFile; member
H A Ddebug_info_updater-inl.h69 std::string sourceFile = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceFileId); in HandleSetFile() local
195 std::string sourceFile = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceFileId); in HandleSetFile() local
H A Dfile_items.cpp1495 void LineNumberProgramItemBase::EmitSetFile(std::vector<uint8_t> *constantPool, StringItem *sourceFile) in EmitSetFile() argument
/arkcompiler/ets_frontend/ets2panda/public/
H A Dpublic.h47 SourceFile const *sourceFile = nullptr; member
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp155 std::string_view sourceFile; in Run() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp232 static const std::string sourceFile = ""; in GetSourceFile() local
301 const char *sourceFile = ""; in ExtractorMethodDebugInfo() local
H A Ddebug_info_extractor.h132 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local
232 std::string sourceFile; member
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h127 static PtLocation GetLocation(const char *sourceFile, uint32_t line, const char *pandaFile) in GetLocation() argument
/arkcompiler/ets_frontend/ets2panda/parser/program/
H A Dprogram.h193 void SetSource(const ark::es2panda::SourceFile &sourceFile) in SetSource() argument
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource() argument
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp110 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local
263 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
H A Djs_stackinfo.cpp71 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildMethodTrace() local
304 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildJsStackInfo() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h144 static JSPtLocation GetLocation(const char *sourceFile, int32_t line, int32_t column, const char *pandaFile) in GetLocation() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp228 StringItem *sourceFile = container.GetOrCreateStringItem("source_file"); in TEST() local
805 StringItem *sourceFile = container.GetOrCreateStringItem("source_file"); in TEST() local
983 StringItem *sourceFile = container.GetOrCreateStringItem("source_file"); in TEST() local

Completed in 30 milliseconds

12