Home
last modified time | relevance | path

Searched refs:DebugInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h29 using DebugInfo = OHOS::DistributedRdb::RdbDebugInfo; variable
44 std::map<std::string, DebugInfo> debugInfos;
54 …static std::string Format(const std::map<std::string, DebugInfo> &debugs, const std::string &heade…
55 …static std::string FormatBrief(const std::map<std::string, DebugInfo> &debugs, const std::string &…
59 static void Update(RdbCorruptedEvent &eventInfo, const std::map<std::string, DebugInfo> &infos);
60 static std::string GetFileStatInfo(const DebugInfo &debugInfo);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp35 std::string RdbFaultHiViewReporter::GetFileStatInfo(const DebugInfo &debugInfo) in GetFileStatInfo()
74 …HiViewReporter::Update(RdbCorruptedEvent &eventInfo, const std::map<std::string, DebugInfo> &infos) in Update()
86 std::string RdbFaultHiViewReporter::Format(const std::map<std::string, DebugInfo> &debugs, const st… in Format()
93 std::string RdbFaultHiViewReporter::FormatBrief(const std::map<std::string, DebugInfo> &debugs, in FormatBrief()
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md242 … | `uint32_t` | 拥有此标记的[TaggedValue](#taggedvalue)的`data`是一个偏移量,指向[DebugInfo](#debuginfo),表示方…
362 ### DebugInfo subsection
363 调试信息 (DebugInfo) 包含方法的程序计数器与源代码中的行列号之间的映射以及有关局部变量的信息。调试信息的格式由[DWARF调试信息格式第3版](https://dwarfstd.org/…
379 常量池 (Constant pool) 是DebugInfo中存放常量的结构。很多方法都具有相似的行号程序,其区别仅在于变量名、变量类型和文件名。为了对这类行号程序进行去重,程序中引用的所有常量都存…
383 状态机 (State machine) 的作用是产生[DebugInfo](#debuginfo)信息。状态机中有以下的寄存器:
388 | `line` | [DebugInfo](#debuginfo)的属性`line_start`的值 | 无符号整数,对应源码中的行号。所有的行都是从1开始编号,因此寄存…
392 | `constant_pool_ptr` | [DebugInfo](#debuginfo)中常量池的第一个字节的地址 | 指向当前常量值的指针。 …
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/
H A Dprovision_info.h62 struct DebugInfo { struct
92 DebugInfo debugInfo;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h48 using DebugInfo = DistributedRdb::RdbDebugInfo;; variable
126 API_EXPORT bool Marshalling(const DebugInfo &input, MessageParcel &data);
128 API_EXPORT bool Unmarshalling(DebugInfo &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp103 std::string RdbFaultHiViewReporter::GetFileStatInfo(const DebugInfo &debugInfo) in GetFileStatInfo()
203 …HiViewReporter::Update(RdbCorruptedEvent &eventInfo, const std::map<std::string, DebugInfo> &infos) in Update()
241 std::string RdbFaultHiViewReporter::Format(const std::map<std::string, DebugInfo> &debugs, const st… in Format()
253 std::string RdbFaultHiViewReporter::FormatBrief(const std::map<std::string, DebugInfo> &debugs, in FormatBrief()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp235 bool Marshalling(const DebugInfo &input, MessageParcel &data) in Marshalling()
240 bool Unmarshalling(DebugInfo &output, MessageParcel &data) in Unmarshalling()
H A Dsqlite_connection.cpp141 std::map<std::string, DebugInfo> bugInfo = Connection::Collect(config); in CreateSlaveConnection()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md242 … of [TaggedValue](#taggedvalue) with this tag is an offset pointing to [DebugInfo](#debuginfo), in…
362 ### DebugInfo subsection
363 The **DebugInfo** contains the mapping between the program counter of the method and the line and c…
379 A constant pool is a structure for storing constants in **DebugInfo**. Many methods have similar li…
383 The state machine is used to generate [DebugInfo](#debuginfo) information. It contains the followin…
388 | `line` | Value of the **line_start** attribute of [DebugInfo](#debuginfo)| Unsigned …
392 | `constant_pool_ptr` | Address of the first byte from the constant pool in [DebugInfo](#debuginfo)…
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp665 static void DebugInfo(SkImageInfo &info, SkImageInfo &dstInfo, SkCodec::Options &opts) in HeapMemAlloc() function
918 DebugInfo(info_, dstInfo_, dstOptions_); in HeapMemAlloc()