Lines Matching refs:buf

498     jclass DefineClass(const char *name, jobject loader, const jbyte* buf,  in DefineClass()
500 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
926 jboolean* buf) in GetBooleanArrayRegion()
927 { functions->GetBooleanArrayRegion(this, array, start, len, buf); } in GetBooleanArrayRegion()
929 jbyte* buf) in GetByteArrayRegion()
930 { functions->GetByteArrayRegion(this, array, start, len, buf); } in GetByteArrayRegion()
932 jchar* buf) in GetCharArrayRegion()
933 { functions->GetCharArrayRegion(this, array, start, len, buf); } in GetCharArrayRegion()
935 jshort* buf) in GetShortArrayRegion()
936 { functions->GetShortArrayRegion(this, array, start, len, buf); } in GetShortArrayRegion()
938 jint* buf) in GetIntArrayRegion()
939 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
941 jlong* buf) in GetLongArrayRegion()
942 { functions->GetLongArrayRegion(this, array, start, len, buf); } in GetLongArrayRegion()
944 jfloat* buf) in GetFloatArrayRegion()
945 { functions->GetFloatArrayRegion(this, array, start, len, buf); } in GetFloatArrayRegion()
947 jdouble* buf) in GetDoubleArrayRegion()
948 { functions->GetDoubleArrayRegion(this, array, start, len, buf); } in GetDoubleArrayRegion()
951 const jboolean* buf) in SetBooleanArrayRegion()
952 { functions->SetBooleanArrayRegion(this, array, start, len, buf); } in SetBooleanArrayRegion()
954 const jbyte* buf) in SetByteArrayRegion()
955 { functions->SetByteArrayRegion(this, array, start, len, buf); } in SetByteArrayRegion()
957 const jchar* buf) in SetCharArrayRegion()
958 { functions->SetCharArrayRegion(this, array, start, len, buf); } in SetCharArrayRegion()
960 const jshort* buf) in SetShortArrayRegion()
961 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
963 const jint* buf) in SetIntArrayRegion()
964 { functions->SetIntArrayRegion(this, array, start, len, buf); } in SetIntArrayRegion()
966 const jlong* buf) in SetLongArrayRegion()
967 { functions->SetLongArrayRegion(this, array, start, len, buf); } in SetLongArrayRegion()
969 const jfloat* buf) in SetFloatArrayRegion()
970 { functions->SetFloatArrayRegion(this, array, start, len, buf); } in SetFloatArrayRegion()
972 const jdouble* buf) in SetDoubleArrayRegion()
973 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
991 void GetStringRegion(jstring str, jsize start, jsize len, jchar* buf) in GetStringRegion()
992 { functions->GetStringRegion(this, str, start, len, buf); } in GetStringRegion()
994 void GetStringUTFRegion(jstring str, jsize start, jsize len, char* buf) in GetStringUTFRegion()
995 { return functions->GetStringUTFRegion(this, str, start, len, buf); } in GetStringUTFRegion()
1021 void* GetDirectBufferAddress(jobject buf) in GetDirectBufferAddress()
1022 { return functions->GetDirectBufferAddress(this, buf); } in GetDirectBufferAddress()
1024 jlong GetDirectBufferCapacity(jobject buf) in GetDirectBufferCapacity()
1025 { return functions->GetDirectBufferCapacity(this, buf); } in GetDirectBufferCapacity()