HomeSort by relevance Sort by last modified time
    Searched full:dvmthrowexception (Results 26 - 50 of 69) sorted by null

12 3

  /dalvik/vm/mterp/out/
InterpC-x86-atom.c 321 * those created by dvmThrowException(), so that the exception stack
363 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
395 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
692 dvmThrowException("Ljava/lang/ArithmeticException;", \
    [all...]
InterpC-allstubs.c 321 * those created by dvmThrowException(), so that the exception stack
363 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
395 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
692 dvmThrowException("Ljava/lang/ArithmeticException;", \
    [all...]
InterpC-portdbg.c 321 * those created by dvmThrowException(), so that the exception stack
363 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
395 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
683 dvmThrowException("Ljava/lang/ArithmeticException;", \
    [all...]
InterpC-portstd.c 321 * those created by dvmThrowException(), so that the exception stack
363 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
395 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
674 dvmThrowException("Ljava/lang/ArithmeticException;", \
721 dvmThrowException("Ljava/lang/ArithmeticException;", \
    [all...]
  /dalvik/vm/mterp/c/
header.c 314 * those created by dvmThrowException(), so that the exception stack
356 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
388 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
  /dalvik/vm/alloc/
Heap.c 156 dvmThrowException("Ljava/lang/OutOfMemoryError;", msg);
344 * in dvmThrowException() will deadlock.
362 * memory trying to allocate it inside dvmThrowException().
369 dvmThrowException("Ljava/lang/OutOfMemoryError;", NULL);
442 dvmThrowException("Ldalvik/system/AllocationLimitError;",
452 dvmThrowException("Ldalvik/system/AllocationLimitError;",
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 577 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
591 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
605 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
619 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
633 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
647 call dvmThrowException # call: (const char* exceptionDescriptor, const char* msg)
OP_FILLED_NEW_ARRAY.S 148 call dvmThrowException # call: (const char* exceptionDescriptor,
  /dalvik/vm/interp/
Interp.c 752 dvmThrowException("Ljava/lang/InternalError;",
807 dvmThrowException("Ljava/lang/InternalError;",
920 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
937 dvmThrowException("Ljava/lang/InternalError;", "bad array data magic");
945 dvmThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", NULL);
997 dvmThrowException("Ljava/lang/IncompatibleClassChangeError;",
    [all...]
  /dalvik/vm/
Sync.c 574 dvmThrowException("Ljava/lang/IllegalMonitorStateException;",
745 dvmThrowException("Ljava/lang/IllegalMonitorStateException;",
754 dvmThrowException("Ljava/lang/IllegalArgumentException;",
874 dvmThrowException("Ljava/lang/InterruptedException;", NULL);
890 dvmThrowException("Ljava/lang/IllegalMonitorStateException;",
922 dvmThrowException("Ljava/lang/IllegalMonitorStateException;",
    [all...]
Exception.h 32 INLINE void dvmThrowException(const char* exceptionDescriptor,
Properties.c 93 dvmThrowException("Ljava/lang/RuntimeException;",
Jni.c     [all...]
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 100 bl dvmThrowException
footer.S     [all...]
header.S 85 * be done *before* something calls dvmThrowException.
  /dalvik/vm/mterp/x86/
OP_FILLED_NEW_ARRAY.S 140 call dvmThrowException
header.S 126 * objects. Must * be done *before* something calls dvmThrowException.
  /dalvik/vm/native/
dalvik_system_VMStack.c 98 dvmThrowException("Ljava/lang/InternalError;", NULL);
java_lang_VMThread.c 88 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
dalvik_system_Zygote.c 230 dvmThrowException("Ljava/lang/IllegalStateException;",
383 dvmThrowException("Ljava/lang/IllegalStateException;",
java_lang_System.c 301 dvmThrowException("Ljava/lang/NullPointerException;", NULL);
  /dalvik/vm/reflect/
Proxy.c 142 dvmThrowException("Ljava/lang/IllegalArgumentException;",
280 dvmThrowException("Ljava/lang/RuntimeException;", NULL);
609 dvmThrowException("Ljava/lang/IllegalArgumentException;",
    [all...]
  /dalvik/vm/oo/
Class.c     [all...]
Object.c 650 dvmThrowException("Ljava/lang/IncompatibleClassChangeError;",
667 dvmThrowException("Ljava/lang/AbstractMethodError;", NULL);

Completed in 374 milliseconds

12 3