Searched refs:is_Java_byte_ordering_different (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp41 static inline bool is_Java_byte_ordering_different(){ return true; } function in class:Bytes
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp39 static inline bool is_Java_byte_ordering_different() { return false; } function in class:Bytes
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp41 static inline bool is_Java_byte_ordering_different() { function in class:Bytes
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp257 if ((int) sizeof(jint) < wordSize && !Bytes::is_Java_byte_ordering_different())
H A Dbytecode.hpp139 return (!Bytes::is_Java_byte_ordering_different() || Bytecodes::native_byte_order(bc /*, is_wide*/));
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1050 if (Bytes::is_Java_byte_ordering_different()) {
1062 if (Bytes::is_Java_byte_ordering_different()) {
1070 if (Bytes::is_Java_byte_ordering_different()) {
1078 if (Bytes::is_Java_byte_ordering_different()) {
1086 if (Bytes::is_Java_byte_ordering_different()) {

Completed in 43 milliseconds