Home
last modified time | relevance | path

Searched defs:GenerateAsyncFrames (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_hooks.h123 void GenerateAsyncFrames([[maybe_unused]] std::shared_ptr<AsyncStack> asyncStack, in GenerateAsyncFrames() function
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_pt_hooks.cpp139 void JSPtHooks::GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) in GenerateAsyncFrames() function in panda::ecmascript::tooling::JSPtHooks
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.h125 void GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) override in GenerateAsyncFrames() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp273 void Tracing::GenerateAsyncFrames([[maybe_unused]] std::shared_ptr<AsyncStack> asyncStack, in GenerateAsyncFrames() function in panda::ecmascript::Tracing
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1979 bool DebuggerImpl::GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) in GenerateAsyncFrames() function in panda::ecmascript::tooling::DebuggerImpl