Searched refs:GetArrayLength (Results 76 - 81 of 81) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h625 jsize (JNICALL *GetArrayLength) member in struct:JNINativeInterface_
1623 jsize GetArrayLength(jarray array) { function in struct:JNIEnv_
1624 return functions->GetArrayLength(this,array);
H A DjniCheck.cpp1422 jsize result = UNCHECKED()->GetArrayLength(env,array);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h625 jsize (JNICALL *GetArrayLength) member in struct:JNINativeInterface_
1623 jsize GetArrayLength(jarray array) { function in struct:JNIEnv_
1624 return functions->GetArrayLength(this,array);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp2516 jint colorLen = env->GetArrayLength(colors);
H A Dawt_Component.cpp6309 jsize len = env->GetArrayLength(obj);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1866 isdo->lutDataSize = (*env)->GetArrayLength(env, lutarray);

Completed in 101 milliseconds

1234