Searched defs:PushLocalFrame (Results 1 – 4 of 4) sorted by relevance
180 jint (*PushLocalFrame)(JNIEnv*, jint); member542 jint PushLocalFrame(jint capacity) in PushLocalFrame() function
158 pub PushLocalFrame: Option<unsafe extern "system" fn(env: *mut JNIEnv, capacity: jint) -> jint>, field
837 jint PushLocalFrame(jint capacity) { in PushLocalFrame() function