MCPcopy Create free account
hub / github.com/ReadyTalk/avian / stackOffsetFromFrame

Function stackOffsetFromFrame

src/compile.cpp:722–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722int stackOffsetFromFrame(MyThread* t, GcMethod* method)
723{
724 return alignedFrameSize(t, method) + t->arch->frameHeaderSize();
725}
726
727void* stackForFrame(MyThread* t, void* frame, GcMethod* method)
728{

Callers 3

stackForFrameFunction · 0.85
findUnwindTargetFunction · 0.85
walkContinuationBodyFunction · 0.85

Calls 1

alignedFrameSizeFunction · 0.85

Tested by

no test coverage detected