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

Function compileReferenceInvoke

src/compile.cpp:3205–3216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3203}
3204
3205void compileReferenceInvoke(Frame* frame,
3206 ir::Value* method,
3207 GcReference* reference,
3208 bool isStatic,
3209 bool tailCall)
3210{
3211 frame->referenceStackCall(isStatic,
3212 method,
3213 reference,
3214 tailCall ? Compiler::TailJump : 0,
3215 frame->trace(0, 0));
3216}
3217
3218void compileDirectReferenceInvoke(MyThread* t,
3219 Frame* frame,

Callers 2

compileFunction · 0.85

Calls 2

referenceStackCallMethod · 0.80
traceMethod · 0.45

Tested by

no test coverage detected