Home
last modified time | relevance | path

Searched refs:localVariableDebug (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp145 void DebugInfoDumper::WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug) in WriteVariableInfo() argument
148 WriteProperty("name", localVariableDebug.name); in WriteVariableInfo()
149 WriteProperty("signature", localVariableDebug.signature); in WriteVariableInfo()
150 WriteProperty("signatureType", localVariableDebug.signature_type); in WriteVariableInfo()
151 WriteProperty("reg", localVariableDebug.reg); in WriteVariableInfo()
152 WriteProperty("start", static_cast<size_t>(localVariableDebug.start)); in WriteVariableInfo()
153 WriteProperty("length", static_cast<size_t>(localVariableDebug.length), false); in WriteVariableInfo()
DdebuginfoDumper.h43 void WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug);
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto66 repeated LocalVariable localVariableDebug = 6; field