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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DItem.java89 * {@link ClassWriter#TYPE_NORMAL}, {@link ClassWriter#TYPE_UNINIT} and
232 case ClassWriter.TYPE_NORMAL:
268 case ClassWriter.TYPE_NORMAL:
H A DClassWriter.java248 static final int TYPE_NORMAL = 13; field in class:ClassWriter
1202 key.set(TYPE_NORMAL, type, null, null);
/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) {

Completed in 35 milliseconds