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

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1871 int vmType; local
1896 vmType = VM_UNKNOWN;
1921 vmType = VM_KNOWN;
1935 vmType = VM_ALIASED_TO;
1938 vmType = VM_WARN;
1940 vmType = VM_IGNORE;
1942 vmType = VM_ERROR;
1958 vmType = VM_IF_SERVER_CLASS;
1963 vmType = VM_KNOWN;
1970 if (vmType !
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c1585 int vmType; local
1604 vmType = VM_UNKNOWN;
1626 vmType = VM_KNOWN;
1639 vmType = VM_ALIASED_TO;
1642 vmType = VM_WARN;
1644 vmType = VM_IGNORE;
1646 vmType = VM_ERROR;
1659 vmType = VM_IF_SERVER_CLASS;
1663 vmType = VM_KNOWN;
1669 if (vmType !
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js1150 var vmType = vmTypeof(addr);
1151 if (vmType != null) {
1152 return "pointer to " + vmType.name;

Completed in 42 milliseconds