/art/runtime/entrypoints/portable/ |
D | portable_throw_entrypoints.cc | 51 extern "C" void art_portable_throw_exception_from_code(mirror::Throwable* exception) in art_portable_throw_exception_from_code() 66 mirror::Throwable* exception = self->GetException(NULL); in art_portable_get_and_clear_exception() local 76 mirror::Throwable* exception = self->GetException(&throw_location); in art_portable_find_catch_block_from_code() local
|
/art/test/081-hot-exceptions/src/ |
D | Main.java | 29 int exception = 0; in main() local
|
/art/runtime/ |
D | quick_exception_handler.cc | 45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() 117 mirror::Throwable* exception, in FindCatch()
|
D | thread.cc | 1142 mirror::Throwable* exception = GetException(nullptr); in AssertNoPendingException() local 1150 mirror::Throwable* exception = GetException(nullptr); in AssertNoPendingExceptionForNewException() local 1261 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions() local 1695 Handle<mirror::Throwable> exception( in ThrowNewWrappedException() local 1954 mirror::Throwable* exception = GetException(&throw_location); in QuickDeliverException() local
|
D | debugger.h | 85 JDWP::ObjectId exception; member
|
D | jni_internal_test.cc | 57 jthrowable exception = env_->ExceptionOccurred(); in ExpectException() local 1556 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); in TEST_F() local
|
D | runtime.cc | 249 mirror::Throwable* exception = self->GetException(&throw_location); in DumpThread() local
|
D | thread.h | 1039 mirror::Throwable* exception; member
|
D | class_linker_test.cc | 52 mirror::Object* exception = self->GetException(NULL); in AssertNonExistentClass() local
|
D | jni_internal.cc | 296 ScopedLocalRef<jthrowable> exception( in ThrowNewException() local 692 mirror::Throwable* exception = soa.Decode<mirror::Throwable*>(java_exception); in Throw() local 740 ScopedLocalRef<jthrowable> exception(env, in ExceptionDescribe() local 764 mirror::Object* exception = soa.Self()->GetException(nullptr); in ExceptionOccurred() local
|
D | check_jni.cc | 808 mirror::Throwable* exception = self->GetException(&throw_location); in CheckThread() local
|
/art/test/407-arrays/src/ |
D | Main.java | 99 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 35 extern "C" void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self, in artDeliverExceptionFromCode()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 175 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
|
D | compiler_driver.cc | 1570 mirror::Throwable* exception = self->GetException(nullptr); in CheckAndClearResolveException() local 1715 mirror::Throwable* exception = soa.Self()->GetException(nullptr); in ResolveType() local 1929 mirror::Throwable* exception = soa.Self()->GetException(&throw_location); in InitializeClass() local
|
/art/compiler/llvm/ |
D | runtime_support_builder.cc | 147 Value* exception = EmitLoadFromThreadOffset(Thread::ExceptionOffset().Int32Value(), in EmitIsExceptionPending() local
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 90 Exception exception = null; in main() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 311 mirror::Throwable* exception = soa.Self()->GetException(NULL); in InvokeProxyInvocationHandler() local
|
/art/runtime/mirror/ |
D | art_method.cc | 220 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindCatchBlock() local
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 167 Throwable* exception = self->GetException(nullptr); in ExecuteSwitchImpl() local 532 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl() local
|
D | interpreter_common.cc | 386 explicit CatchLocationFinder(Thread* self, Handle<mirror::Throwable>* exception) in CatchLocationFinder() 457 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindNextInstructionFollowingException() local
|
D | interpreter_goto_table_impl.cc | 240 Throwable* exception = self->GetException(nullptr); in ExecuteGotoImpl() local 618 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteGotoImpl() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 612 void Arm64Assembler::EmitExceptionPoll(Arm64Exception *exception) { in EmitExceptionPoll()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 770 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3004 RegType& exception = ResolveClassAndCheckAccess(iterator.GetHandlerTypeIndex()); in GetCaughtExceptionType() local
|