Lines Matching refs:buf
500 jclass DefineClass(const char *name, jobject loader, const jbyte* buf, in DefineClass()
502 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
927 jboolean* buf) in GetBooleanArrayRegion()
928 { functions->GetBooleanArrayRegion(this, array, start, len, buf); } in GetBooleanArrayRegion()
930 jbyte* buf) in GetByteArrayRegion()
931 { functions->GetByteArrayRegion(this, array, start, len, buf); } in GetByteArrayRegion()
933 jchar* buf) in GetCharArrayRegion()
934 { functions->GetCharArrayRegion(this, array, start, len, buf); } in GetCharArrayRegion()
936 jshort* buf) in GetShortArrayRegion()
937 { functions->GetShortArrayRegion(this, array, start, len, buf); } in GetShortArrayRegion()
939 jint* buf) in GetIntArrayRegion()
940 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
942 jlong* buf) in GetLongArrayRegion()
943 { functions->GetLongArrayRegion(this, array, start, len, buf); } in GetLongArrayRegion()
945 jfloat* buf) in GetFloatArrayRegion()
946 { functions->GetFloatArrayRegion(this, array, start, len, buf); } in GetFloatArrayRegion()
948 jdouble* buf) in GetDoubleArrayRegion()
949 { functions->GetDoubleArrayRegion(this, array, start, len, buf); } in GetDoubleArrayRegion()
952 const jboolean* buf) in SetBooleanArrayRegion()
953 { functions->SetBooleanArrayRegion(this, array, start, len, buf); } in SetBooleanArrayRegion()
955 const jbyte* buf) in SetByteArrayRegion()
956 { functions->SetByteArrayRegion(this, array, start, len, buf); } in SetByteArrayRegion()
958 const jchar* buf) in SetCharArrayRegion()
959 { functions->SetCharArrayRegion(this, array, start, len, buf); } in SetCharArrayRegion()
961 const jshort* buf) in SetShortArrayRegion()
962 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
964 const jint* buf) in SetIntArrayRegion()
965 { functions->SetIntArrayRegion(this, array, start, len, buf); } in SetIntArrayRegion()
967 const jlong* buf) in SetLongArrayRegion()
968 { functions->SetLongArrayRegion(this, array, start, len, buf); } in SetLongArrayRegion()
970 const jfloat* buf) in SetFloatArrayRegion()
971 { functions->SetFloatArrayRegion(this, array, start, len, buf); } in SetFloatArrayRegion()
973 const jdouble* buf) in SetDoubleArrayRegion()
974 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
992 void GetStringRegion(jstring str, jsize start, jsize len, jchar* buf) in GetStringRegion()
993 { functions->GetStringRegion(this, str, start, len, buf); } in GetStringRegion()
995 void GetStringUTFRegion(jstring str, jsize start, jsize len, char* buf) in GetStringUTFRegion()
996 { return functions->GetStringUTFRegion(this, str, start, len, buf); } in GetStringUTFRegion()
1022 void* GetDirectBufferAddress(jobject buf) in GetDirectBufferAddress()
1023 { return functions->GetDirectBufferAddress(this, buf); } in GetDirectBufferAddress()
1025 jlong GetDirectBufferCapacity(jobject buf) in GetDirectBufferCapacity()
1026 { return functions->GetDirectBufferCapacity(this, buf); } in GetDirectBufferCapacity()