Home
last modified time | relevance | path

Searched refs:variableInfo (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/client/manager/
H A Dvariable_manager.cpp292 void VariableManager::AddVariableInfo(TreeNode *parentNode, std::unique_ptr<PropertyDescriptor> variableInfo) in AddVariableInfo() argument
294 if (variableInfo && variableInfo->GetValue() && variableInfo->GetValue()->HasObjectId()) { in AddVariableInfo()
295 variableInfo_.AddObjectNode(parentNode, std::move(variableInfo)); in AddVariableInfo()
297 variableInfo_.AddVariableNode(parentNode, std::move(variableInfo)); in AddVariableInfo()
H A Dvariable_manager.h86 void AddVariableInfo(TreeNode *parentNode, std::unique_ptr<PropertyDescriptor> variableInfo);
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1577 for (const auto &variableInfo : localVariableTable) { in SerializeLocalVariableTable()
1579 regStream << variableInfo.regNumber << '('; in SerializeLocalVariableTable()
1580 if (variableInfo.regNumber < 0) { in SerializeLocalVariableTable()
1583 uint32_t vreg = variableInfo.regNumber; in SerializeLocalVariableTable()
1593 os << "#\t " << std::setw(startWidth) << std::right << variableInfo.startOffset << " "; in SerializeLocalVariableTable()
1594 os << std::setw(endWidth) << std::right << variableInfo.endOffset << " "; in SerializeLocalVariableTable()
1596 os << std::setw(nameWidth) << std::right << variableInfo.name << " " << variableInfo.type; in SerializeLocalVariableTable()
1597 if (!variableInfo.typeSignature.empty() && variableInfo in SerializeLocalVariableTable()
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Druntime_client.cpp274 std::unique_ptr<PropertyDescriptor> variableInfo = PropertyDescriptor::Create(*(innerResult->Get(i))); in HandleGetProperties() local
275 variableManager.AddVariableInfo(node, std::move(variableInfo)); in HandleGetProperties()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_module_variable_test.h140 auto variableInfo = PropertyDescriptor::Create(*(innerResult->Get(i))); in JsModuleVariableTest()
141 outPropertyDesc.emplace_back(std::move(variableInfo)); in JsModuleVariableTest()

Completed in 7 milliseconds