Home
last modified time | relevance | path

Searched defs:skipTopFrame (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_hooks.h124 [[maybe_unused]] bool skipTopFrame) override {} 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.cpp274 [[maybe_unused]] bool skipTopFrame) in GenerateAsyncFrames()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1979 bool DebuggerImpl::GenerateAsyncFrames(std::shared_ptr<AsyncStack> asyncStack, bool skipTopFrame) in GenerateAsyncFrames()