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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java70 TYPE_NORMAL = db.lookupIntConstant("Location::normal").intValue();
145 return TYPE_NORMAL;
176 private static int TYPE_NORMAL; field in class:Location
210 if (type == TYPE_NORMAL) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassWriter.java248 static final int TYPE_NORMAL = 13; field in class:ClassWriter
1202 key.set(TYPE_NORMAL, type, null, null);

Completed in 41 milliseconds