Searched refs:get_native_u8 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp48 static inline u8 get_native_u8(address p) { return *(u8*)p; } function in class:Bytes
60 static inline u8 get_Java_u8(address p) { return swap_u8(get_native_u8(p)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp67 static inline u8 get_native_u8(address p) { function in class:Bytes
148 static inline u8 get_Java_u8(address p) { return get_native_u8(p); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp61 static inline u8 get_native_u8(address p) { function in class:Bytes
145 return get_native_u8(p);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp267 return Bytes::get_native_u8((address)slot_addr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp89 value = Bytes::get_native_u8((address)&_magic);
H A DjvmtiEnvBase.cpp134 value = Bytes::get_native_u8((address)&_magic);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp397 u8 tmp = Bytes::get_native_u8((address)&base()[which]);
408 u8 tmp = Bytes::get_native_u8((address)&base()[which]);

Completed in 42 milliseconds