Lines Matching defs:address

169 // functions need the type and address of the return value.
292 "Bug in native code: jfieldID offset must address interior of object");
2764 address jni_GetBooleanField_addr() {
2765 return (address)jni_GetBooleanField;
2767 address jni_GetByteField_addr() {
2768 return (address)jni_GetByteField;
2770 address jni_GetCharField_addr() {
2771 return (address)jni_GetCharField;
2773 address jni_GetShortField_addr() {
2774 return (address)jni_GetShortField;
2776 address jni_GetIntField_addr() {
2777 return (address)jni_GetIntField;
2779 address jni_GetLongField_addr() {
2780 return (address)jni_GetLongField;
2782 address jni_GetFloatField_addr() {
2783 return (address)jni_GetFloatField;
2785 address jni_GetDoubleField_addr() {
2786 return (address)jni_GetDoubleField;
3586 // Return an address which will fault if the caller writes to it.
3984 static bool register_native(KlassHandle k, Symbol* name, Symbol* signature, address entry, TRAPS) {
4062 (address) methods[index].fnPtr, THREAD);
4446 directBufferAddressField = env->GetFieldID(bufferClass, "address", "J");
4472 extern "C" jobject JNICALL jni_NewDirectByteBuffer(JNIEnv *env, void* address, jlong capacity)
4479 DTRACE_PROBE3(hotspot_jni, NewDirectByteBuffer__entry, env, address, capacity);
4482 env, address, capacity);
4497 // Being paranoid about accidental sign extension on address
4498 jlong addr = (jlong) ((uintptr_t) address);
4936 address func;
4938 if (func != (address)-1) {
4942 if (func != (address)-1) {
4946 if (func != (address)-1) {
4950 if (func != (address)-1) {
4954 if (func != (address)-1) {
4958 if (func != (address)-1) {
4962 if (func != (address)-1) {
4966 if (func != (address)-1) {