Lines Matching refs:buf
513 jclass DefineClass(const char *name, jobject loader, const jbyte* buf, in DefineClass()
515 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
940 jboolean* buf) in GetBooleanArrayRegion()
941 { functions->GetBooleanArrayRegion(this, array, start, len, buf); } in GetBooleanArrayRegion()
943 jbyte* buf) in GetByteArrayRegion()
944 { functions->GetByteArrayRegion(this, array, start, len, buf); } in GetByteArrayRegion()
946 jchar* buf) in GetCharArrayRegion()
947 { functions->GetCharArrayRegion(this, array, start, len, buf); } in GetCharArrayRegion()
949 jshort* buf) in GetShortArrayRegion()
950 { functions->GetShortArrayRegion(this, array, start, len, buf); } in GetShortArrayRegion()
952 jint* buf) in GetIntArrayRegion()
953 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
955 jlong* buf) in GetLongArrayRegion()
956 { functions->GetLongArrayRegion(this, array, start, len, buf); } in GetLongArrayRegion()
958 jfloat* buf) in GetFloatArrayRegion()
959 { functions->GetFloatArrayRegion(this, array, start, len, buf); } in GetFloatArrayRegion()
961 jdouble* buf) in GetDoubleArrayRegion()
962 { functions->GetDoubleArrayRegion(this, array, start, len, buf); } in GetDoubleArrayRegion()
965 const jboolean* buf) in SetBooleanArrayRegion()
966 { functions->SetBooleanArrayRegion(this, array, start, len, buf); } in SetBooleanArrayRegion()
968 const jbyte* buf) in SetByteArrayRegion()
969 { functions->SetByteArrayRegion(this, array, start, len, buf); } in SetByteArrayRegion()
971 const jchar* buf) in SetCharArrayRegion()
972 { functions->SetCharArrayRegion(this, array, start, len, buf); } in SetCharArrayRegion()
974 const jshort* buf) in SetShortArrayRegion()
975 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
977 const jint* buf) in SetIntArrayRegion()
978 { functions->SetIntArrayRegion(this, array, start, len, buf); } in SetIntArrayRegion()
980 const jlong* buf) in SetLongArrayRegion()
981 { functions->SetLongArrayRegion(this, array, start, len, buf); } in SetLongArrayRegion()
983 const jfloat* buf) in SetFloatArrayRegion()
984 { functions->SetFloatArrayRegion(this, array, start, len, buf); } in SetFloatArrayRegion()
986 const jdouble* buf) in SetDoubleArrayRegion()
987 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
1005 void GetStringRegion(jstring str, jsize start, jsize len, jchar* buf) in GetStringRegion()
1006 { functions->GetStringRegion(this, str, start, len, buf); } in GetStringRegion()
1008 void GetStringUTFRegion(jstring str, jsize start, jsize len, char* buf) in GetStringUTFRegion()
1009 { return functions->GetStringUTFRegion(this, str, start, len, buf); } in GetStringUTFRegion()
1035 void* GetDirectBufferAddress(jobject buf) in GetDirectBufferAddress()
1036 { return functions->GetDirectBufferAddress(this, buf); } in GetDirectBufferAddress()
1038 jlong GetDirectBufferCapacity(jobject buf) in GetDirectBufferCapacity()
1039 { return functions->GetDirectBufferCapacity(this, buf); } in GetDirectBufferCapacity()