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

Function methodReferenceParameterFootprint

src/compile.cpp:1347–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347unsigned methodReferenceParameterFootprint(Thread* t,
1348 GcReference* reference,
1349 bool isStatic)
1350{
1351 return parameterFootprint(
1352 t,
1353 reinterpret_cast<const char*>(reference->spec()->body().begin()),
1354 isStatic);
1355}
1356
1357int methodReferenceReturnCode(Thread* t, GcReference* reference)
1358{

Callers 2

referenceStackCallMethod · 0.85
compileFunction · 0.85

Calls 3

parameterFootprintFunction · 0.85
bodyMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected