| 1430 | return result; |
| 1431 | } |
| 1432 | jshort CallStaticShortMethodV(jclass clazz, |
| 1433 | jmethodID methodID, va_list args) { |
| 1434 | return functions->CallStaticShortMethodV(this,clazz,methodID,args); |
| 1435 | } |
| 1436 | jshort CallStaticShortMethodA(jclass clazz, |
| 1437 | jmethodID methodID, const jvalue *args) { |
| 1438 | return functions->CallStaticShortMethodA(this,clazz,methodID,args); |
no outgoing calls
no test coverage detected