Searched defs:get_double (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp108 static inline jdouble get_double(intptr_t *from) { return *(jdouble *)from; } function in class:JNITypes
110 static inline jdouble get_double(intptr_t *from) { jlong jl = ((jlong)(*( signed int *)((jint *)from )) << 32) | function in class:JNITypes
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp129 static inline jdouble get_double(intptr_t *from) { return *(jdouble *)(from + _JNI_SLOT_OFFSET); } function in class:JNITypes
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp108 static inline jdouble get_double(intptr_t *from) { return *(jdouble *)from; } function in class:JNITypes
110 static inline jdouble get_double(intptr_t *from) { jlong jl = ((jlong)(*( signed int *)((jint *)from )) << 32) | function in class:JNITypes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DBean.java74 public double get_double() { throw new UnsupportedOperationException(); } method in class:Bean
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyBasicImpl.java510 public double get_double() method in class:DynAnyBasicImpl
H A DDynAnyConstructedImpl.java788 public double get_double() method in class:DynAnyConstructedImpl
800 return currentComponent.get_double();
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynAny.java560 public double get_double() method in interface:DynAny
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp243 double get_double() const { return *((double*) addr); } function in struct:Flag
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1096 virtual void get_double () = 0;
1116 inline void do_double() { if (!is_return_type()) get_double(); }
1140 inline void get_double() { _arguments->push_double(va_arg(_ap, jdouble)); } function in class:JNI_ArgumentPusherVaArg
1192 get_double();
1220 inline void get_double() { _arguments->push_double((_ap++)->d);} function in class:JNI_ArgumentPusherArray
1270 get_double();

Completed in 96 milliseconds