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

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c61 * (this is always the case for plugin/javaws).
686 void ReportErrorMessage(char * message, jboolean always) { argument
693 if (always) {
699 void ReportErrorMessage2(char * format, char * string, jboolean always) { argument
717 if (always) {
729 void ReportSysErrorMessage2(char * format, char * string, jboolean always) { argument
768 if (always) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1026 void ReportErrorMessage(char * message, jboolean always) { argument
1027 if (always) {
1032 void ReportErrorMessage2(char * format, char * string, jboolean always) { argument
1033 if (always) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp56 // reserved for certain tools. g0, of course, is always zero.
62 // This global always holds the current JavaThread pointer:
200 // The Oissuing_pc value is not always needed. When jumping to a
213 // that the Oissuing_pc value is always a value local to
819 always = 8, enumerator in enum:Assembler::Condition
1774 void trap( int trapa ) { trap( always, icc, G0, trapa ); }

Completed in 1636 milliseconds