Home
last modified time | relevance | path

Searched defs:FrameVariant (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dstack_walker_base.h28 using FrameVariant = std::variant<Frame *, CFrame>; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker.h37 using FrameVariant = std::variant<Frame *, CFrame>; variable
84 using FrameVariant = std::variant<Frame *, CFrame>; variable