Searched refs:get_Java_u4 (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp300 if (Bytes::get_Java_u4(_s_old->bcp() + 1) != Bytes::get_Java_u4(_s_new->bcp() + 1))
333 int default_old = (int) Bytes::get_Java_u4(aligned_bcp_old);
334 int default_new = (int) Bytes::get_Java_u4(aligned_bcp_new);
338 int npairs_old = (int) Bytes::get_Java_u4(aligned_bcp_old + jintSize);
339 int npairs_new = (int) Bytes::get_Java_u4(aligned_bcp_new + jintSize);
343 int match_old = (int) Bytes::get_Java_u4(aligned_bcp_old + (2+2*i)*jintSize);
344 int match_new = (int) Bytes::get_Java_u4(aligned_bcp_new + (2+2*i)*jintSize);
347 int ofs_old = (int) Bytes::get_Java_u4(aligned_bcp_old + (2+2*i+1)*jintSize);
348 int ofs_new = (int) Bytes::get_Java_u4(aligned_bcp_ne
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileStream.cpp69 return Bytes::get_Java_u4(tmp);
H A DclassFileStream.hpp101 u4 res = Bytes::get_Java_u4(_current);
H A Dverifier.cpp2037 int default_offset = (int) Bytes::get_Java_u4(aligned_bcp);
2042 jint low = (jint)Bytes::get_Java_u4(aligned_bcp + jintSize);
2043 jint high = (jint)Bytes::get_Java_u4(aligned_bcp + 2*jintSize);
2056 keys = (int)Bytes::get_Java_u4(aligned_bcp + jintSize);
2065 jint this_key = Bytes::get_Java_u4(aligned_bcp + (2+2*i)*jintSize);
2066 jint next_key = Bytes::get_Java_u4(aligned_bcp + (2+2*i+2)*jintSize);
2080 target = bci + (jint)Bytes::get_Java_u4(aligned_bcp+(3+i*delta)*jintSize);
H A DstackMapTableFormat.hpp914 return Bytes::get_Java_u4(attribute_length_addr()); }
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp59 static inline u4 get_Java_u4(address p) { return swap_u4(get_native_u4(p)); } function in class:Bytes
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp89 static inline u4 get_Java_u4(address p) { function in class:Bytes
141 static inline u4 get_Java_u4(address p) { function in class:Bytes
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp112 _pc = (address)&_table_base[2+ 2*Bytes::get_Java_u4((address)&_table_base[1])];
120 int lo = Bytes::get_Java_u4((address)&_table_base[1]);// Low bound
121 int hi = Bytes::get_Java_u4((address)&_table_base[2]);// High bound
H A DciStreams.hpp221 return Bytes::get_Java_u4((address)&_table_base[index]); }
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp105 inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); }
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp66 int get_Java_u4_at (int offset) const { return Bytes::get_Java_u4(addr_at(offset)); }
120 return (jint) Bytes::get_Java_u4(addr_at(1));
150 int get_Java_u4_at (int offset) const { return Bytes::get_Java_u4(addr_at(offset)); }
H A DbytecodeInterpreter.cpp1441 int32_t low = Bytes::get_Java_u4((address)&lpc[1]);
1442 int32_t high = Bytes::get_Java_u4((address)&lpc[2]);
1446 ? Bytes::get_Java_u4((address)&lpc[0])
1447 : Bytes::get_Java_u4((address)&lpc[key + 3]);
1460 int32_t skip = Bytes::get_Java_u4((address) lpc); /* default amount */
1461 int32_t npairs = Bytes::get_Java_u4((address) &lpc[1]);
1464 if (key == (int32_t)Bytes::get_Java_u4((address)lpc)) {
1465 skip = Bytes::get_Java_u4((address)&lpc[1]);
2466 int32_t offset = Bytes::get_Java_u4(pc + 1);
H A Dbytecodes.cpp114 jlong lo = (jint)Bytes::get_Java_u4(aligned_bcp + 1*jintSize);
115 jlong hi = (jint)Bytes::get_Java_u4(aligned_bcp + 2*jintSize);
129 jlong npairs = (jint)Bytes::get_Java_u4(aligned_bcp + jintSize);
H A DbytecodeTracer.cpp57 int get_int() { int i=Bytes::get_Java_u4(_next_pc); _next_pc+=4; return i; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp147 static inline u4 get_Java_u4(address p) { return get_native_u4(p); } function in class:Bytes
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1398 u4 val = Bytes::get_Java_u4(bytes);
1404 u4 val = Bytes::get_Java_u4(bytes);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp414 offset = Bytes::get_Java_u4(pc + 1);

Completed in 88 milliseconds