Home
last modified time | relevance | path

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

123

/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...]
/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
/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
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_generator.cpp118 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in Generate() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp125 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in DoGenerate() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp121 std::ifstream sourceFile; in CopyImageToPanel() local
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go289 type sourceFile struc type
[all...]
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp124 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel() argument
/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile) in CopyFile() argument
74 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile() argument
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_basic.cpp1249 static void MoveTdd(shared_ptr<FileAccessHelper> fahs, Uri sourceFile, Uri targetParent, Uri newFile) in MoveTdd() 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

Completed in 15 milliseconds

123