| 1345 | } |
| 1346 | |
| 1347 | unsigned 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 | |
| 1357 | int methodReferenceReturnCode(Thread* t, GcReference* reference) |
| 1358 | { |
no test coverage detected