Home
last modified time | relevance | path

Searched defs:SetVariable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.cpp95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable() function in ark::es2panda::ir::ETSParameterExpression
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h207 void SetVariable(varbinder::Variable *variable) in SetVariable() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h468 …virtual std::optional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in SetVariable() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp345 std::optional<Error> Debugger::SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in SetVariable() function in ark::tooling::Debugger