Searched refs:get_native_u4 (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp47 static inline u4 get_native_u4(address p) { return *(u4*)p; } function in class:Bytes
59 static inline u4 get_Java_u4(address p) { return swap_u4(get_native_u4(p)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp53 static inline u4 get_native_u4(address p) { function in class:Bytes
147 static inline u4 get_Java_u4(address p) { return get_native_u4(p); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp56 static inline u4 get_native_u4(address p) { function in class:Bytes
142 return get_native_u4(p);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp68 int get_native_u4_at (int offset) const { return Bytes::get_native_u4(addr_at(offset)); }
108 return Bytes::get_native_u4(addr_at(1));
H A Dinterpreter.cpp354 int index = Bytes::get_native_u4(bcp+1);
H A Drewriter.cpp219 Bytes::get_native_u4(p));
H A DbytecodeTracer.cpp63 int get_index_u4() { int i=Bytes::get_native_u4(_next_pc); _next_pc+=4; return i; }
H A DbytecodeInterpreter.cpp2199 u4 index = Bytes::get_native_u4(pc+1);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp85 value = Bytes::get_native_u4((address)&_magic);
H A DjvmtiClassFileReconstituter.cpp735 cpci = Bytes::get_native_u4(bcp+1);
H A DjvmtiEnvBase.cpp130 value = Bytes::get_native_u4((address)&_magic);

Completed in 57 milliseconds