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

Function frameBase

src/codegen/compiler/frame.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65unsigned frameBase(Context* c)
66{
67 return c->alignedFrameSize - c->arch->frameReturnAddressSize()
68 - c->arch->frameFooterSize() + c->arch->frameHeaderSize();
69}
70
71FrameIterator::Element::Element(Value* value, unsigned localIndex)
72 : value(value), localIndex(localIndex)

Callers 2

CallEventMethod · 0.70
initMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected