Searched refs:PushLocalFrame (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTView.m532 (*env)->PushLocalFrame(env, 4);
555 (*env)->PushLocalFrame(env, 4);
570 (*env)->PushLocalFrame(env, 4);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h80 int result = m_env->PushLocalFrame(size);
H A Dawt_DnDDS.cpp791 if (env->PushLocalFrame(2) < 0) {
956 if (env->PushLocalFrame(2) < 0) {
H A Dawt_Choice.cpp865 if (env->PushLocalFrame(1) < 0)
H A Dawt_MenuItem.cpp520 if (env->PushLocalFrame(2) < 0)
H A Dawt_Window.cpp1441 if (env->PushLocalFrame(1) < 0)
1478 if (env->PushLocalFrame(1) < 0)
H A Dawt_Component.cpp6964 if (env->PushLocalFrame(10) < 0)
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c381 if ((*env)->PushLocalFrame(env, 16) < 0)
H A DX11Color.c915 if ((*env)->PushLocalFrame(env, 16) < 0)
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c610 ret = JNI_FUNC_PTR(env,PushLocalFrame)(env, capacity);
612 HPROF_ERROR(JNI_TRUE, "JNI PushLocalFrame returned non-zero");
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h257 jint (JNICALL *PushLocalFrame) member in struct:JNINativeInterface_
837 jint PushLocalFrame(jint capacity) { function in struct:JNIEnv_
838 return functions->PushLocalFrame(this,capacity);
H A DjniCheck.cpp588 jint result = UNCHECKED()->PushLocalFrame(env, capacity);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h257 jint (JNICALL *PushLocalFrame) member in struct:JNINativeInterface_
837 jint PushLocalFrame(jint capacity) { function in struct:JNIEnv_
838 return functions->PushLocalFrame(this,capacity);
/openjdk7/jdk/src/share/back/
H A Dutil.c1558 if (JNI_FUNC_PTR(env,PushLocalFrame)(env, capacity) < 0) {
1559 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"PushLocalFrame: Unable to push JNI frame");

Completed in 146 milliseconds