Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc51 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/
DMain.java29 int exception = 0; in main() local
/art/runtime/
Dquick_exception_handler.cc45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
117 mirror::Throwable* exception, in FindCatch()
Dthread.cc1142 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
Ddebugger.h85 JDWP::ObjectId exception; member
Djni_internal_test.cc57 jthrowable exception = env_->ExceptionOccurred(); in ExpectException() local
1556 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); in TEST_F() local
Druntime.cc249 mirror::Throwable* exception = self->GetException(&throw_location); in DumpThread() local
Dthread.h1039 mirror::Throwable* exception; member
Dclass_linker_test.cc52 mirror::Object* exception = self->GetException(NULL); in AssertNonExistentClass() local
Djni_internal.cc296 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
Dcheck_jni.cc808 mirror::Throwable* exception = self->GetException(&throw_location); in CheckThread() local
/art/test/407-arrays/src/
DMain.java99 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc35 extern "C" void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self, in artDeliverExceptionFromCode()
/art/compiler/driver/
Dcompiler_driver_test.cc175 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
Dcompiler_driver.cc1570 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/
Druntime_support_builder.cc147 Value* exception = EmitLoadFromThreadOffset(Thread::ExceptionOffset().Int32Value(), in EmitIsExceptionPending() local
/art/test/401-optimizing-compiler/src/
DMain.java90 Exception exception = null; in main() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc311 mirror::Throwable* exception = soa.Self()->GetException(NULL); in InvokeProxyInvocationHandler() local
/art/runtime/mirror/
Dart_method.cc220 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindCatchBlock() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc167 Throwable* exception = self->GetException(nullptr); in ExecuteSwitchImpl() local
532 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl() local
Dinterpreter_common.cc386 explicit CatchLocationFinder(Thread* self, Handle<mirror::Throwable>* exception) in CatchLocationFinder()
457 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindNextInstructionFollowingException() local
Dinterpreter_goto_table_impl.cc240 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/
Dassembler_arm64.cc612 void Arm64Assembler::EmitExceptionPoll(Arm64Exception *exception) { in EmitExceptionPoll()
/art/compiler/jni/
Djni_compiler_test.cc770 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl() local
/art/runtime/verifier/
Dmethod_verifier.cc3004 RegType& exception = ResolveClassAndCheckAccess(iterator.GetHandlerTypeIndex()); in GetCaughtExceptionType() local

12