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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp55 static int check_nonzero(const char* xname, int x) { argument
56 assert(x != 0, err_msg("%s should be nonzero", xname));
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp56 static int check_nonzero(const char* xname, int x) { argument
57 assert(x != 0, err_msg("%s should be nonzero", xname));
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1546 static const char* longnamenear(jlong x, const char* xname, char* buf, jlong n) { argument
1549 sprintf(buf, "%s+" INT64_FORMAT, xname, n - x);
1552 sprintf(buf, "%s-" INT64_FORMAT, xname, x - n);
1554 return xname;

Completed in 55 milliseconds