Home
last modified time | relevance | path

Searched defs:optResult (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dserver_endpoint_base.cpp50 auto optResult = handler(sessionId, params); in OnCall() local
/arkcompiler/toolchain/tooling/static/connection/
Dserver_endpoint_base.cpp50 auto optResult = handler(sessionId, params); in OnCall() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp169 auto optResult = FindExportedEntity(path, entityName); in FindExportedEntity() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.cpp141 std::optional<RemoteObject> optResult; in EvaluateExpression() local
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.cpp141 std::optional<RemoteObject> optResult; in EvaluateExpression() local
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp716 … auto optResult = handler(thread, optRequest->GetExpression(), optRequest->GetCallFrameId()); in OnCallDebuggerEvaluateOnCallFrame() local
744 …auto optResult = handler(thread, optRequest->GetFunctionDeclaration(), optRequest->GetCallFrameId(… in OnCallDebuggerCallFunctionOn() local
924 auto optResult = handler(thread, *expressionStr); in OnCallRuntimeEvaluate() local
970 auto optResult = handler(); in OnCallProfilerStart() local
985 auto optResult = handler(); in OnCallProfilerStop() local
Dinspector.cpp635 auto optResult = debuggableThread->EvaluateExpression(frameNumber, bytecode); in Evaluate() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp716 … auto optResult = handler(thread, optRequest->GetExpression(), optRequest->GetCallFrameId()); in OnCallDebuggerEvaluateOnCallFrame() local
744 …auto optResult = handler(thread, optRequest->GetFunctionDeclaration(), optRequest->GetCallFrameId(… in OnCallDebuggerCallFunctionOn() local
924 auto optResult = handler(thread, *expressionStr); in OnCallRuntimeEvaluate() local
970 auto optResult = handler(); in OnCallProfilerStart() local
985 auto optResult = handler(); in OnCallProfilerStop() local
Dinspector.cpp628 auto optResult = debuggableThread->EvaluateExpression(frameNumber, bytecode); in Evaluate() local