Searched refs:THROWABLE (Results 1 – 8 of 8) sorted by relevance
33 public static final Throwable[] THROWABLE = new Throwable[0]; field in EmptyArray
385 && namespace != THROWABLE && namespace != null) in lookup()463 private static final Class THROWABLE = Throwable.class; field in ExceptionCommon
49 public static final StdTypeList THROWABLE = field in StdTypeList50 StdTypeList.make(Type.THROWABLE);
148 public static final Type THROWABLE = intern("Ljava/lang/Throwable;"); field in Type
634 new Rop(RegOps.THROW, Type.VOID, StdTypeList.THROWABLE,635 StdTypeList.THROWABLE, "throw");1986 StdTypeList.THROWABLE); in opInvokeStatic()2000 StdTypeList.THROWABLE); in opInvokeVirtual()2014 StdTypeList.THROWABLE); in opInvokeSuper()2028 StdTypeList.THROWABLE); in opInvokeDirect()2042 StdTypeList.THROWABLE); in opInvokeInterface()
285 if (one == Type.THROWABLE) { in toString()
222 … type = index == 0 ? Type.THROWABLE : Type.get(classes.get(constPool.getClassInfo(index))); in buildExceptionInfo()
102 public static final Type THROWABLE = lookupType("java.lang.Throwable"); field in Type