Searched defs:is_Java_byte_ordering_different (Results 1 - 3 of 3) sorted by relevance

/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/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/zero/vm/
H A Dbytes_zero.hpp41 static inline bool is_Java_byte_ordering_different() { function in class:Bytes

Completed in 41 milliseconds