Searched refs:PushLocalFrame (Results 1 – 4 of 4) sorted by relevance
20 (*env)->PushLocalFrame(env, 128); in jniRegisterSystemMethods()
178 jint (*PushLocalFrame)(JNIEnv*, jint); member541 jint PushLocalFrame(jint capacity) in PushLocalFrame() function542 { return functions->PushLocalFrame(this, capacity); } in PushLocalFrame()
1965 static jint PushLocalFrame(JNIEnv* env, jint capacity) in PushLocalFrame() function3764 PushLocalFrame,
1278 result = BASE_ENV(env)->PushLocalFrame(env, capacity); in Check_PushLocalFrame()