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

Method pushValue

src/compile.cpp:3753–3756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3751 }
3752
3753 void pushValue(uintptr_t v)
3754 {
3755 *static_cast<uintptr_t*>(push(BytesPerWord)) = v;
3756 }
3757
3758 uintptr_t peekValue(unsigned offset)
3759 {

Callers 1

compileFunction · 0.80

Calls 1

pushFunction · 0.50

Tested by

no test coverage detected