Lines Matching refs:thread

24  * Create a Throwable and throw an exception in the current thread (where
25 * "throwing" just means "set the thread's exception pointer").
90 * Return the exception being thrown in the current thread, or NULL if
98 * Set the exception being thrown in the current thread.
170 * If "doUnroll" is set, we unroll "thread"s stack as we go (and update
187 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount);
189 INLINE Object* dvmFillInStackTrace(Thread* thread) {
190 return (Object*) dvmFillInStackTraceInternal(thread, true, NULL);
194 INLINE int* dvmFillInStackTraceRaw(Thread* thread, size_t* pCount) {
195 return (int*) dvmFillInStackTraceInternal(thread, false, pCount);
206 * Throw an AbstractMethodError in the current thread, with the given detail
212 * Throw an ArithmeticException in the current thread, with the given detail
218 * Throw an ArrayIndexOutOfBoundsException in the current thread,
224 * Throw an ArrayStoreException in the current thread, using the given classes'
231 * Throw an ArrayStoreException in the current thread, using the given
238 * Throw an ArrayStoreException in the current thread, using the given
245 * Throw an ArrayStoreException in the current thread, using the given
254 * Throw a ClassCastException in the current thread, using the given classes'
260 * Throw a ClassCircularityError in the current thread, with the
266 * Throw a ClassFormatError in the current thread, with the given
272 * Throw a ClassNotFoundException in the current thread, with the given
278 * Throw a ClassNotFoundException in the current thread, with the given
286 * wraps the current thread's pending exception.
291 * Throw a FileNotFoundException in the current thread, with the given
297 * Throw an IOException in the current thread, with the given
303 * Throw an IllegalAccessError in the current thread, with the
309 * Throw an IllegalAccessException in the current thread, with the
315 * Throw an IllegalArgumentException in the current thread, with the
321 * Throw an IllegalMonitorStateException in the current thread, with
327 * Throw an IllegalStateException in the current thread, with
333 * Throw an IllegalThreadStateException in the current thread, with
339 * Throw an IncompatibleClassChangeError in the current thread,
345 * Throw an IncompatibleClassChangeError in the current thread, with the
352 * Throw an InstantiationException in the current thread, with
360 * Throw an InternalError in the current thread, with the given
366 * Throw an InterruptedException in the current thread, with the given
372 * Throw a LinkageError in the current thread, with the
378 * Throw a NegativeArraySizeException in the current thread, with the
384 * Throw a NoClassDefFoundError in the current thread, with the
390 * Throw a NoClassDefFoundError in the current thread, with the given
398 * Throw a NoSuchFieldError in the current thread, with the given
404 * Throw a NoSuchFieldException in the current thread, with the given
410 * Throw a NoSuchMethodError in the current thread, with the given
416 * Throw a NullPointerException in the current thread, with the given
422 * Throw an OutOfMemoryError in the current thread, with the given
428 * Throw a RuntimeException in the current thread, with the given detail
434 * Throw a StaleDexCacheError in the current thread, with
440 * Throw a StringIndexOutOfBoundsException in the current thread, with
448 * Throw a StringIndexOutOfBoundsException in the current thread, with
456 * Throw a TypeNotPresentException in the current thread, with the
462 * Throw an UnsatisfiedLinkError in the current thread, with
469 * Throw an UnsupportedOperationException in the current thread, with
475 * Throw a VerifyError in the current thread, with the
481 * Throw a VirtualMachineError in the current thread, with