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

Function methodReferenceReturnCode

src/compile.cpp:1357–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357int methodReferenceReturnCode(Thread* t, GcReference* reference)
1358{
1359 unsigned parameterCount;
1360 unsigned parameterFootprint;
1361 unsigned returnCode;
1362 scanMethodSpec(
1363 t,
1364 reinterpret_cast<const char*>(reference->spec()->body().begin()),
1365 true,
1366 &parameterCount,
1367 &parameterFootprint,
1368 &returnCode);
1369
1370 return returnCode;
1371}
1372
1373class Frame {
1374 public:

Callers 3

referenceStackCallMethod · 0.85
isReferenceTailCallFunction · 0.85
compileFunction · 0.85

Calls 3

scanMethodSpecFunction · 0.85
bodyMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected