| 1578 | functions->SetStaticShortField(this,clazz,fieldID,value); |
| 1579 | } |
| 1580 | void SetStaticIntField(jclass clazz, jfieldID fieldID, |
| 1581 | jint value) { |
| 1582 | functions->SetStaticIntField(this,clazz,fieldID,value); |
| 1583 | } |
| 1584 | void SetStaticLongField(jclass clazz, jfieldID fieldID, |
| 1585 | jlong value) { |
| 1586 | functions->SetStaticLongField(this,clazz,fieldID,value); |
nothing calls this directly
no outgoing calls
no test coverage detected