HomeSort by relevance Sort by last modified time
    Searched refs:THROW (Results 1 - 25 of 54) sorted by null

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 177 /** {@code x: Throwable :: throw(x)} */
178 public static final int THROW = 35;
209 * throw {@code ClassCastException})
348 case THROW: return "throw";
396 throw new RuntimeException("Unrecognized IF regop: " + opcode);
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 177 /** {@code x: Throwable :: throw(x)} */
178 public static final int THROW = 35;
209 * throw {@code ClassCastException})
348 case THROW: return "throw";
396 throw new RuntimeException("Unrecognized IF regop: " + opcode);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 177 /** {@code x: Throwable :: throw(x)} */
178 public static final int THROW = 35;
209 * throw {@code ClassCastException})
348 case THROW: return "throw";
396 throw new RuntimeException("Unrecognized IF regop: " + opcode);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 59 int THROW = 340;
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 69 THROW,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 89 THROW(new NCursesPanelException (this, err));
cursslk.h 121 THROW(new NCursesException (msg));
cursesf.h 66 THROW(new NCursesFormException (err));
114 THROW(new NCursesFormException (err));
396 THROW(new NCursesFormException (err));
cursesm.h 58 THROW(new NCursesMenuException (err));
257 THROW(new NCursesMenuException (this, err));
etip.h 340 inline void THROW(const NCursesException *e) {
365 throw *e;
368 #define THROWS(s) throw(s)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 89 THROW(new NCursesPanelException (this, err));
cursslk.h 121 THROW(new NCursesException (msg));
cursesf.h 66 THROW(new NCursesFormException (err));
114 THROW(new NCursesFormException (err));
396 THROW(new NCursesFormException (err));
cursesm.h 58 THROW(new NCursesMenuException (err));
257 THROW(new NCursesMenuException (this, err));
etip.h 340 inline void THROW(const NCursesException *e) {
365 throw *e;
368 #define THROWS(s) throw(s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 89 THROW(new NCursesPanelException (this, err));
cursslk.h 121 THROW(new NCursesException (msg));
cursesf.h 66 THROW(new NCursesFormException (err));
114 THROW(new NCursesFormException (err));
396 THROW(new NCursesFormException (err));
cursesm.h 58 THROW(new NCursesMenuException (err));
257 THROW(new NCursesMenuException (this, err));
etip.h 340 inline void THROW(const NCursesException *e) {
365 throw *e;
368 #define THROWS(s) throw(s)
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 83 public static final int THROW = 0x27;
  /external/v8/src/
token.h 151 K(THROW, "throw", 0) \
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 209 MAP.put(Rops.THROW, Dops.THROW);
344 throw new RuntimeException("Unexpected basic type");
413 throw new RuntimeException("unknown rop: " + rop);
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 85 // Opcodes.THROW
381 MAP.put(Rops.THROW, Dops.THROW);
516 throw new RuntimeException("Unexpected basic type");
585 throw new RuntimeException("unknown rop: " + rop);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 85 // Opcodes.THROW
381 MAP.put(Rops.THROW, Dops.THROW);
516 throw new RuntimeException("Unexpected basic type");
585 throw new RuntimeException("unknown rop: " + rop);

Completed in 392 milliseconds

1 2 3