MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / compiledStackTrace

Function compiledStackTrace

lib/system/stacktrace.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108Span<const uint32_t> compiledStackTrace(const Runtime::StackManager &StackMgr,
109 Span<uint32_t> Buffer) noexcept {
110 std::array<void *, 256> StackTraceBuffer;
111 return compiledStackTrace(StackMgr, stackTrace(StackTraceBuffer), Buffer);
112}
113
114Span<const uint32_t> compiledStackTrace(const Runtime::StackManager &StackMgr,
115 Span<void *const> Stack,

Callers 1

enterFunctionMethod · 0.85

Calls 10

stackTraceFunction · 0.85
getFunctionInstancesMethod · 0.80
isCompiledFunctionMethod · 0.80
firstMethod · 0.80
getModuleMethod · 0.45
sizeMethod · 0.45
emplaceMethod · 0.45
getMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected