Home
last modified time | relevance | path

Searched defs:StackInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_info.h39 struct StackInfo { struct
40 static constexpr size_t MAX_STACK_DEPTH = 100;
43 std::array<ManagedStackFrameId, MAX_STACK_DEPTH> managedStack;
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h105 struct StackInfo { struct
106 size_t stackStart;
107 size_t stackSize;
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h203 struct StackInfo { struct
204 uint64_t stackLimit;
205 uint64_t lastLeaveFrame;
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp200 struct StackInfo { struct
201 uint64_t stackLimit;
202 uint64_t lastLeaveFrame;