Searched refs:get_native_u2 (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp46 static inline u2 get_native_u2(address p) { return *(u2*)p; } function in class:Bytes
58 static inline u2 get_Java_u2(address p) { return swap_u2(get_native_u2(p)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp46 static inline u2 get_native_u2(address p){ function in class:Bytes
146 static inline u2 get_Java_u2(address p) { return get_native_u2(p); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp51 static inline u2 get_native_u2(address p){ function in class:Bytes
139 return get_native_u2(p);
H A DcppInterpreter_zero.cpp498 u2 index = Bytes::get_native_u2(&code[2]);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp67 int get_native_u2_at (int offset) const { return Bytes::get_native_u2(addr_at(offset)); }
94 return Bytes::get_native_u2(p);
103 return Bytes::get_native_u2(addr_at(1)) + constantPoolOopDesc::CPCACHE_INDEX_TAG;
H A Drewriter.cpp143 int cache_index = Bytes::get_native_u2(p);
255 int cache_index = is_wide ? Bytes::get_native_u2(p) : (u1)(*p);
H A DinterpreterRuntime.hpp79 static ConstantPoolCacheEntry* cache_entry(JavaThread *thread) { return cache_entry_at(thread, Bytes::get_native_u2(bcp(thread) + 1)); }
H A DbytecodeInterpreter.cpp1736 index = Bytes::get_native_u2(pc+1);
1835 u2 index = Bytes::get_native_u2(pc+1);
2168 index = Bytes::get_native_u2(pc+1);
2235 u2 index = Bytes::get_native_u2(pc+1);
2264 u2 index = Bytes::get_native_u2(pc+1);
2348 u2 index = Bytes::get_native_u2(pc+1);
H A Dinterpreter.cpp340 int index = Bytes::get_native_u2(bcp+1);
H A DbytecodeTracer.cpp62 int get_index_u2_cpcache() { int i=Bytes::get_native_u2(_next_pc); _next_pc+=2; return i + constantPoolOopDesc::CPCACHE_INDEX_TAG; }
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp81 value = Bytes::get_native_u2((address)&_magic);
H A DjvmtiClassFileReconstituter.cpp732 int cpci = Bytes::get_native_u2(bcp+1);
H A DjvmtiEnvBase.cpp126 value = Bytes::get_native_u2((address)&_magic);

Completed in 60 milliseconds