| 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); |
| 1439 | } |
| 1440 | |
| 1441 | jint CallStaticIntMethod(jclass clazz, |
| 1442 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected