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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp104 static inline oop get_obj(intptr_t *from) { return *(oop *)from; } function in class:JNITypes
/openjdk7/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
/openjdk7/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
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.hpp63 Handle get_obj() const { function in class:StackValue

Completed in 64 milliseconds