| 1448 | return result; |
| 1449 | } |
| 1450 | jint CallStaticIntMethodV(jclass clazz, |
| 1451 | jmethodID methodID, va_list args) { |
| 1452 | return functions->CallStaticIntMethodV(this,clazz,methodID,args); |
| 1453 | } |
| 1454 | jint CallStaticIntMethodA(jclass clazz, |
| 1455 | jmethodID methodID, const jvalue *args) { |
| 1456 | return functions->CallStaticIntMethodA(this,clazz,methodID,args); |