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

Method PushLocalFrame

JNI/jni/jni.h:837–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected