Home
last modified time | relevance | path

Searched defs:EvaluateExpression (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Devaluation_engine.cpp21 Expected<std::pair<TypedValue, ObjectHeader *>, Error> PtThreadEvaluationEngine::EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::PtThreadEvaluationEngine
/arkcompiler/toolchain/tooling/static/evaluation/
Devaluation_engine.cpp21 Expected<std::pair<TypedValue, ObjectHeader *>, Error> PtThreadEvaluationEngine::EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::PtThreadEvaluationEngine
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dthread_state.cpp32 Expected<std::pair<TypedValue, ObjectHeader *>, Error> EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::test::MockEvaluationEngine
/arkcompiler/toolchain/tooling/static/tests/
Dthread_state.cpp32 Expected<std::pair<TypedValue, ObjectHeader *>, Error> EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::test::MockEvaluationEngine
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.cpp138 …pair<RemoteObject, std::optional<RemoteObject>>, std::string> DebuggableThread::EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::DebuggableThread
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.cpp138 …pair<RemoteObject, std::optional<RemoteObject>>, std::string> DebuggableThread::EvaluateExpression( in EvaluateExpression() function in ark::tooling::inspector::DebuggableThread
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp440 std::optional<Error> Debugger::EvaluateExpression(PtThread thread, uint32_t frameNumber, const Expr… in EvaluateExpression() function in ark::tooling::Debugger
466 std::optional<Error> Debugger::EvaluateExpression(PtThread thread, [[maybe_unused]] uint32_t frameN… in EvaluateExpression() function in ark::tooling::Debugger