Searched refs:GetDirectBufferAddress (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DNativeBuffer.m36 return ptr_to_jlong((*env)->GetDirectBufferAddress(env, buffer));
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.m99 qsdo->javaGraphicsStates = (jint*)((*env)->GetDirectBufferAddress(env, jGraphicsState));
H A DQuartzRenderer.m762 jfloat *coordinates = (jfloat*)((*env)->GetDirectBufferAddress(env, jFloatCoordinates));
763 jint *types = (jint*)((*env)->GetDirectBufferAddress(env, jIntTypes));
H A DQuartzSurfaceData.m555 jfloat* coords = (jfloat*)(*env)->GetDirectBufferAddress(env, coordsarray);
556 jint* types = (jint*)(*env)->GetDirectBufferAddress(env, typesarray);
H A DImageSurfaceData.m973 isdo->pixels = (Pixel8bit*)((*env)->GetDirectBufferAddress(env, isdo->array));
1842 isdo->javaImageInfo = (jint*)((*env)->GetDirectBufferAddress(env, jImageInfo));
1947 qsdo->javaGraphicsStates = (jint*)((*env)->GetDirectBufferAddress(env, jGraphicsState));
/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp109 address = env->GetDirectBufferAddress(buffer);
H A Djni.h759 void* (JNICALL *GetDirectBufferAddress) member in struct:JNINativeInterface_
1850 void* GetDirectBufferAddress(jobject buf) { function in struct:JNIEnv_
1851 return functions->GetDirectBufferAddress(this, buf);
H A Djni.cpp4513 DT_RETURN_MARK_DECL(GetDirectBufferAddress, void*);
4515 DT_RETURN_MARK_DECL(GetDirectBufferAddress, void*
4532 DT_RETURN_MARK(GetDirectBufferAddress, void*, (const void*&)ret);
H A DjniCheck.cpp1767 void* result = UNCHECKED()->GetDirectBufferAddress(env, buf);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Djni.cpp172 buf = env->GetDirectBufferAddress(pBuf);
/openjdk7/jdk/src/share/native/java/lang/
H A DClassLoader.c187 body = (*env)->GetDirectBufferAddress(env, data);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIController.m63 char *byteBufferPtr = (*env)->GetDirectBufferAddress(env, byteBuffer);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h759 void* (JNICALL *GetDirectBufferAddress) member in struct:JNINativeInterface_
1850 void* GetDirectBufferAddress(jobject buf) { function in struct:JNIEnv_
1851 return functions->GetDirectBufferAddress(this, buf);

Completed in 82 milliseconds