Searched defs:Origin (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DVMOption.java34 * {@link VMOption.Origin <i>origin</i>}.
59 private Origin origin;
62 * Origin of the value of a VM option. It tells where the
67 public enum Origin { enum in class:VMOption
114 public VMOption(String name, String value, boolean writeable, Origin origin) {
161 public Origin getOrigin() {
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp104 } Origin; typedef in class:VALUE_OBJ_CLASS_SPEC
106 Origin _origin;
112 Origin origin, u2 index, StackMapFrame* frame, VerificationType type)

Completed in 32 milliseconds