Searched defs:get_long (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DjniTypes_s390.hpp124 static inline jlong get_long(intptr_t *from) { function in class:JNITypes
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp104 static inline jlong get_long (intptr_t *from) { return *(jlong *) (from + 1); } function in class:JNITypes
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjniTypes_aarch64.hpp100 static inline jlong get_long (intptr_t *from) { return *(jlong *) (from + _JNI_SLOT_OFFSET); } function in class:JNITypes
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp126 static inline jlong get_long (intptr_t *from) { return *(jlong *) (from + _JNI_SLOT_OFFSET); } function in class:JNITypes
/openjdk10/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp98 static inline jlong get_long(intptr_t *from) { return *(jlong *)from; } function in class:JNITypes
100 static inline jlong get_long(intptr_t *from) { return ((jlong)(*( signed int *)((jint *)from )) << 32) | function in class:JNITypes
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp82 static inline jlong get_long(intptr_t *from) { return *(jlong *)from; } function in class:JNITypes
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DBean.java68 public long get_long() { throw new UnsupportedOperationException(); } method in class:Bean
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyBasicImpl.java474 public int get_long() method in class:DynAnyBasicImpl
H A DDynAnyConstructedImpl.java743 public int get_long() method in class:DynAnyConstructedImpl
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DDynAny.java516 public int get_long() method in interface:DynAny
/openjdk10/hotspot/src/share/vm/opto/
H A Dnode.hpp1047 jlong get_long() const { function
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp945 inline void get_long() { _arguments->push_long(va_arg(_ap, jlong)); } function in class:JNI_ArgumentPusherVaArg
1034 inline void get_long() { _arguments->push_long((_ap++)->j); } function in class:JNI_ArgumentPusherArray

Completed in 170 milliseconds