Searched refs:debuginfo (Results 1 – 16 of 16) sorted by relevance
/arkcompiler/ets_frontend/merge_abc/src/ |
D | assemblyDebugProto.h | 25 …static void Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns &proto… 26 …static void Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins… 31 static void Serialize(const panda::pandasm::debuginfo::LocalVariable &debug, 34 panda::pandasm::debuginfo::LocalVariable &debug);
|
D | assemblyDebugProto.cpp | 19 void DebuginfoIns::Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns … in Serialize() 28 …Ins::Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins &debug) in Deserialize() 37 void LocalVariable::Serialize(const panda::pandasm::debuginfo::LocalVariable &debug, in Serialize() 49 panda::pandasm::debuginfo::LocalVariable &debug) in Deserialize()
|
D | assemblyFunctionProto.cpp | 134 panda::pandasm::debuginfo::LocalVariable localVariable; in Deserialize()
|
/arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
D | debuginfoDumper.h | 23 namespace panda::es2panda::debuginfo { 42 void WritePosInfo(const pandasm::debuginfo::Ins &posInfo); 43 void WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug);
|
D | debuginfoDumper.cpp | 23 namespace panda::es2panda::debuginfo { namespace 49 if constexpr (std::is_same_v<T, pandasm::debuginfo::LocalVariable>) { in WrapArray() 132 void DebugInfoDumper::WritePosInfo(const pandasm::debuginfo::Ins &posInfo) in WritePosInfo() 145 void DebugInfoDumper::WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug) in WriteVariableInfo()
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | opcodeMap.h | 21 namespace panda::es2panda::debuginfo {
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-debug.h | 21 namespace panda::pandasm::debuginfo {
|
D | assembly-function.h | 78 std::vector<panda::pandasm::debuginfo::LocalVariable> local_variable_debug; 112 void SetInsDebug(const std::vector<debuginfo::Ins> &ins_debug) in SetInsDebug()
|
D | assembly-ins.h | 106 debuginfo::Ins ins_debug;
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | irnodes.ts.erb | 177 } from "./debuginfo"; 297 // for debuginfo
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 581 debuginfo::DebugInfoDumper dumper(prog_); in Finalize()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | emitter_test.cpp | 188 TEST(emittertests, debuginfo) in TEST() argument
|
D | assembler_emitter_test.cpp | 1146 panda::pandasm::debuginfo::LocalVariable local;
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 400 panda::pandasm::debuginfo::Ins insDebug; in ParseInstructionDebugInfo() 456 panda::pandasm::debuginfo::LocalVariable variableDebug; in ParseVariablesDebugInfo()
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 365 …set to debug information related to the method. The offset must point to [DebugInfo](#debuginfo). |
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …debuginfo.ts"),p=r("./src/diagnostic.ts"),f=r("./src/expression/arrayLiteralExpression.ts"),g=r(".…
|