Searched refs:catchType (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassDump.java200 int catchType = c.copyU2();
206 if (catchType == 0)
209 traceln("" + catchType);
H A DInjectBytecodes.java688 int catchType = c.copyU2();
697 if (catchType == 0)
700 traceln("" + catchType);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java741 public short catchType; field in class:ProxyGenerator.ExceptionTableEntry
744 short handlerPc, short catchType)
749 this.catchType = catchType;
822 out.writeShort(e.catchType);
743 ExceptionTableEntry(short startPc, short endPc, short handlerPc, short catchType) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1463 int catchType = makeRef(tree.pos(), subCatch.type);
1467 catchType);
1475 int catchType = makeRef(tree.pos(), subCatch.type);
1478 catchType);
H A DCode.java1544 char startPc, char endPc, char handlerPc, char catchType) {
1545 catchInfo.append(new char[]{startPc, endPc, handlerPc, catchType});
1543 addCatch( char startPc, char endPc, char handlerPc, char catchType) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h751 jint catchType; member in struct:__anon578
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h796 jint catchType; member in struct:__anon371
H A Djvm.cpp2264 entry->catchType = extable.catch_type_index(entry_index);
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1603 if (einfo.catchType != 0) {
1608 einfo.catchType);

Completed in 117 milliseconds