MCPcopy Create free account
hub / github.com/Firebasky/Java / GetJavaVM

Method GetJavaVM

JNI/jni/jni.h:1811–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1809 }
1810
1811 jint GetJavaVM(JavaVM **vm) {
1812 return functions->GetJavaVM(this,vm);
1813 }
1814
1815 void GetStringRegion(jstring str, jsize start, jsize len, jchar *buf) {
1816 functions->GetStringRegion(this,str,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected