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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dargs.cc36 static bool LONGS_IN_ONE_ENTRY = false; variable
53 if( LONGS_IN_ONE_ENTRY ) {
81 return LONGS_IN_ONE_ENTRY ? (x<<1) : x;
85 if( LP64 && !LONGS_IN_ONE_ENTRY ) {
111 if( LONGS_IN_ONE_ENTRY ) {
156 if( LONGS_IN_ONE_ENTRY ) {
198 printf(LONGS_IN_ONE_ENTRY ? "long1: " : "long2: ");
203 if( i < 6 ) return R_O0_num + (LONGS_IN_ONE_ENTRY ? i<<1 : i);
208 if( LP64 && !LONGS_IN_ONE_ENTRY ) {
216 // used both with and without LONGS_IN_ONE_ENTRY, a
[all...]

Completed in 56 milliseconds