Home
last modified time | relevance | path

Searched defs:GetThisVariableByFrame (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h497 …virtual std::optional<Error> GetThisVariableByFrame(PtThread /* thread */, uint32_t /* frameDepth … in GetThisVariableByFrame() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp261 std::optional<Error> Debugger::GetThisVariableByFrame(PtThread thread, uint32_t frameDepth, ObjectH… in GetThisVariableByFrame() function in ark::tooling::Debugger