Searched defs:get_int (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DjniTypes_s390.hpp120 static inline jint get_int(intptr_t *from) { function in class:JNITypes
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp103 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjniTypes_aarch64.hpp99 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/share/vm/runtime/
H A DstackValue.hpp77 intptr_t get_int() const { function in class:StackValue
83 intptr_t get_int(BasicType t) const { function in class:StackValue
H A Dglobals.cpp203 int Flag::get_int() const { function in class:Flag
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp125 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp95 static inline jint get_int(intptr_t *from) { return *(jint *)from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp80 static inline jint get_int(intptr_t *from) { return *(jint *)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.java65 public int get_int() { throw new UnsupportedOperationException(); } method in class:Bean
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp57 int get_int() { int i=Bytes::get_Java_u4(_next_pc); _next_pc+=4; return i; } function in class:BytecodePrinter
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dnode.hpp1038 jint get_int() const { function
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4764 int ADLParser::get_int(void) { function in class:ADLParser
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp941 inline void get_int() { _arguments->push_int(va_arg(_ap, jint)); } function in class:JNI_ArgumentPusherVaArg
1032 inline void get_int() { _arguments->push_int((jint)(_ap++)->i); } function in class:JNI_ArgumentPusherArray

Completed in 404 milliseconds