/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-record.h | 40 std::string sourceFile; /* The file in which the record is defined or empty */ member
|
H A D | assembly-function.h | 80 std::string sourceFile; /* The file in which the function is defined or empty */ member
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | inspector_server.h | 102 std::string_view sourceFile; member
|
H A D | debug_info_cache.cpp | 36 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 D | inspector_server.cpp | 114 void InspectorServer::CallDebuggerScriptParsed(PtThread thread, ScriptId scriptId, std::string_view sourceFile) in CallDebuggerScriptParsed() argument [all...] |
H A D | inspector.cpp | 280 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 D | compilerContext.cpp | 22 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 D | std_core_StackTrace.cpp | 42 auto *sourceFile = reinterpret_cast<const char *>(method->GetClassSourceFile().data); in CreateStackTraceElement() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
H A D | hot_reload_manager_test.cpp | 67 std::string sourceFile = DEBUGGER_JS_DIR "patch/index.js"; in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/disassembler/ |
H A D | disasm_backed_debug_info_extractor.cpp | 94 auto sourceFile = std::string(DebugInfoExtractor::GetSourceFile(methodId)); in GetDisassemblySourceName() local
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | debug_info_extractor.h | 98 std::string sourceFile; member
|
H A D | debug_info_updater-inl.h | 69 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 D | file_items.cpp | 1495 void LineNumberProgramItemBase::EmitSetFile(std::vector<uint8_t> *constantPool, StringItem *sourceFile) in EmitSetFile() argument
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | public.h | 47 SourceFile const *sourceFile = nullptr; member
|
/arkcompiler/ets_frontend/ets2panda/aot/ |
H A D | main.cpp | 155 std::string_view sourceFile; in Run() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | js_debugger.h | 29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint() argument
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | debug_info_extractor.cpp | 232 static const std::string sourceFile = ""; in GetSourceFile() local 301 const char *sourceFile = ""; in ExtractorMethodDebugInfo() local
|
H A D | debug_info_extractor.h | 132 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local 232 std::string sourceFile; member
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | test_util.h | 127 static PtLocation GetLocation(const char *sourceFile, uint32_t line, const char *pandaFile) in GetLocation() argument
|
/arkcompiler/ets_frontend/ets2panda/parser/program/ |
H A D | program.h | 193 void SetSource(const ark::es2panda::SourceFile &sourceFile) in SetSource() argument
|
/arkcompiler/ets_frontend/es2panda/parser/program/ |
H A D | program.h | 128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource() argument
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackgetter.cpp | 110 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local 263 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
|
H A D | js_stackinfo.cpp | 71 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 D | test_util.h | 144 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 D | file_item_container_test.cpp | 228 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
|