Searched defs:get_obj (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DjniTypes_s390.hpp128 static inline oop get_obj(intptr_t *from) { function in class:JNITypes
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp105 static inline oop get_obj (intptr_t *from) { return *(oop *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjniTypes_aarch64.hpp101 static inline oop get_obj (intptr_t *from) { return *(oop *) from; } function in class:JNITypes
/openjdk10/hotspot/src/share/vm/runtime/
H A DstackValue.hpp62 Handle get_obj() const { function in class:StackValue
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp127 static inline oop get_obj (intptr_t *from) { return *(oop *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp104 static inline oop get_obj(intptr_t *from) { return *(oop *)from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp84 static inline oop get_obj(intptr_t *from) { return *(oop *)from; } function in class:JNITypes

Completed in 175 milliseconds