| 835 | } |
| 836 | |
| 837 | jint PushLocalFrame(jint capacity) { |
| 838 | return functions->PushLocalFrame(this,capacity); |
| 839 | } |
| 840 | jobject PopLocalFrame(jobject result) { |
| 841 | return functions->PopLocalFrame(this,result); |
| 842 | } |
nothing calls this directly
no outgoing calls
no test coverage detected