Home
last modified time | relevance | path

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

12

/art/test/412-new-array/src/
DMain.java238 Throwable exception = null; in testSmaliFillArrayData() local
277 Throwable exception = null; in testSmaliFillArrayData() local
316 Throwable exception = null; in testSmaliFillArrayData() local
355 Throwable exception = null; in testSmaliFillArrayData() local
394 Throwable exception = null; in testSmaliFillArrayData() local
431 Throwable exception = null; in testSmaliFillArrayData() local
/art/test/427-bounds/src/
DMain.java19 Exception exception = null; in main() local
/art/test/081-hot-exceptions/src/
DMain.java29 int exception = 0; in main() local
/art/runtime/mirror/
Dfield-inl.h45 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
/art/runtime/
Dquick_exception_handler.cc46 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
117 void QuickExceptionHandler::FindCatch(mirror::Throwable* exception) { in FindCatch()
Dthread.cc1320 mirror::Throwable* exception = GetException(); in AssertNoPendingException() local
1328 mirror::Throwable* exception = GetException(); in AssertNoPendingExceptionForNewException() local
1465 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions() local
1906 Handle<mirror::Throwable> exception( in ThrowNewWrappedException() local
2177 mirror::Throwable* exception = GetException(); in QuickDeliverException() local
Dart_method.cc257 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() local
Djni_internal_test.cc60 jthrowable exception = env_->ExceptionOccurred(); in ExpectException() local
1972 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); in TEST_F() local
Druntime.cc328 mirror::Throwable* exception = self->GetException(); in DumpThread() local
Dclass_linker_test.cc53 mirror::Object* exception = self->GetException(); in AssertNonExistentClass() local
Dthread.h1155 mirror::Throwable* exception; member
Djni_internal.cc277 ScopedLocalRef<jthrowable> exception( in ThrowNewException() local
438 mirror::Throwable* exception = soa.Decode<mirror::Throwable*>(java_exception); in Throw() local
472 ScopedLocalRef<jthrowable> exception(env, in ExceptionDescribe() local
492 mirror::Object* exception = soa.Self()->GetException(); in ExceptionOccurred() local
Ddebugger.cc2937 CatchLocationFinder(Thread* self, const Handle<mirror::Throwable>& exception, Context* context) in CatchLocationFinder()
4060 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethodWithoutPendingException() local
4137 uint64_t result_value, JDWP::ObjectId exception) { in BuildInvokeReply()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc34 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()
/art/test/407-arrays/src/
DMain.java134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
/art/test/401-optimizing-compiler/src/
DMain.java90 Exception exception = null; in main() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc292 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
/art/compiler/driver/
Dcompiler_driver_test.cc173 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
Dcompiler_driver.cc1696 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException() local
1839 mirror::Throwable* exception = soa.Self()->GetException(); in ResolveType() local
2068 mirror::Throwable* exception = soa.Self()->GetException(); in InitializeClass() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc161 Throwable* exception = self->GetException(); in ExecuteSwitchImpl() local
496 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc249 Throwable* exception = self->GetException(); in ExecuteGotoImpl() local
587 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteGotoImpl() local
Dinterpreter_common.cc421 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc618 void Arm64Assembler::EmitExceptionPoll(Arm64Exception *exception) { in EmitExceptionPoll()
/art/compiler/jni/
Djni_compiler_test.cc738 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl() local
/art/compiler/optimizing/
Dbuilder.cc2225 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot); in AnalyzeDexInstruction() local

12