Home
last modified time | relevance | path

Searched defs:asyncStack (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Dasync_stack_trace.cpp66 std::shared_ptr<AsyncStack> asyncStack = std::make_shared<AsyncStack>(); in InsertAsyncTaskStacks() local
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_hooks.h123 void GenerateAsyncFrames([[maybe_unused]] std::shared_ptr<AsyncStack> asyncStack, in GenerateAsyncFrames()
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_pt_hooks.cpp139 void JSPtHooks::GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) in GenerateAsyncFrames()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h72 void GenerateAsyncFramesEvent(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) const in GenerateAsyncFramesEvent()
Djs_debugger.h125 void GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) override in GenerateAsyncFrames()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp273 void Tracing::GenerateAsyncFrames([[maybe_unused]] std::shared_ptr<AsyncStack> asyncStack, in GenerateAsyncFrames()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.cpp86 std::unique_ptr<PtJson> Paused::ToJson(AsyncStack asyncStack, int32_t asyncCallChainDepth) const in ToJson()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1979 bool DebuggerImpl::GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) in GenerateAsyncFrames()