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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp667 Expr::Expr(const char *name, const char *expression, int min_value, int max_value) { argument
671 _max_value = max_value;
691 int max_value = compute_max (this, c); local
696 _max_value = max_value;
H A Dforms.hpp521 Expr(const char *name, const char *expression, int min_value, int max_value);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp841 info_ptr->max_value = ALL_64_BITS;
851 info_ptr->max_value = ALL_64_BITS;
856 info_ptr->max_value = (jlong)(max_counter / (freq / NANOSECS_PER_SEC));
860 info_ptr->max_value = ALL_64_BITS;
4038 info_ptr->max_value = ALL_64_BITS; // the max value -- all 64 bits
4045 info_ptr->max_value = ALL_64_BITS; // the max value -- all 64 bits
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1706 info_ptr->max_value = ALL_64_BITS;
1713 info_ptr->max_value = ALL_64_BITS;
5468 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
5475 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1497 info_ptr->max_value = ALL_64_BITS;
1504 info_ptr->max_value = ALL_64_BITS;
5213 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
5220 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1817 info_ptr->max_value = ALL_64_BITS; // gethrtime() uses all 64 bits
6065 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
6072 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h652 jlong max_value; member in struct:_jvmtiTimerInfo

Completed in 119 milliseconds