Searched refs:JNITypes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.hpp148 JNITypes::put_obj((oop)h.raw_value(), _value, _size); }
151 JNITypes::put_int(i, _value, _size); }
154 JNITypes::put_double(d, _value, _size); }
157 JNITypes::put_long(l, _value, _size); }
160 JNITypes::put_float(f, _value, _size); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp35 class JNITypes : AllStatic { class in inherits:AllStatic
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp35 class JNITypes : AllStatic { class in inherits:AllStatic
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp35 class JNITypes : AllStatic { class in inherits:AllStatic

Completed in 25 milliseconds