Home
last modified time | relevance | path

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

12

/art/test/412-new-array/src/
DMain.java243 Throwable exception = null; in testSmaliFillArrayData() local
270 Throwable exception = null; in testSmaliFillArrayData() local
309 Throwable exception = null; in testSmaliFillArrayData() local
348 Throwable exception = null; in testSmaliFillArrayData() local
387 Throwable exception = null; in testSmaliFillArrayData() local
426 Throwable exception = null; in testSmaliFillArrayData() local
465 Throwable exception = null; in testSmaliFillArrayData() local
502 Throwable exception = null; in testSmaliFillArrayData() local
/art/test/989-method-trace-throw/src/art/
DTest989.java63 private static String getInfo(Object m, boolean exception, Object result) { in getInfo()
75 public void methodExited(Object m, boolean exception, Object result); in methodExited()
86 public void methodExited(Object m, boolean exception, Object result) { in methodExited()
100 public void methodExited(Object m, boolean exception, Object result) { in methodExited()
114 public void methodExited(Object m, boolean exception, Object result) { in methodExited()
133 public void methodExited(Object m, boolean exception, Object result) { in methodExited()
152 public void methodExited(Object m, boolean exception, Object result) { in methodExited()
168 public static void baseNotifyMethodExit(Object o, boolean exception, Object res) { in baseNotifyMethodExit()
/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.h43 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
/art/test/407-arrays/src/
DMain.java134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc92 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc42 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()
/art/runtime/
Dquick_exception_handler.cc60 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
142 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
Dthread.cc233 ObjPtr<mirror::Throwable> exception) { in PushDeoptimizationContext()
244 ObjPtr<mirror::Throwable>* exception, in PopDeoptimizationContext()
2243 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions() local
2750 Handle<mirror::Throwable> exception( in ThrowNewWrappedException() local
3063 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException() local
Dart_method.cc270 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() local
Djni_internal_test.cc66 jthrowable exception = env_->ExceptionOccurred(); in ExpectException() local
2099 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); in TEST_F() local
Dthread.h1516 mirror::Throwable* exception; in PACKED() local
Djni_internal.cc375 ScopedLocalRef<jthrowable> exception( in ThrowNewException() local
534 ObjPtr<mirror::Throwable> exception = soa.Decode<mirror::Throwable>(java_exception); in Throw() local
568 ScopedLocalRef<jthrowable> exception(env, in ExceptionDescribe() local
588 mirror::Object* exception = soa.Self()->GetException(); in ExceptionOccurred() local
Druntime.cc452 mirror::Throwable* exception = self->GetException(); in DumpThread() local
Ddebugger.cc2955 CatchLocationFinder(Thread* self, const Handle<mirror::Throwable>& exception, Context* context) in CatchLocationFinder()
4131 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethodWithoutPendingException() local
4218 uint64_t result_value, JDWP::ObjectId exception) { in BuildInvokeReply()
/art/test/401-optimizing-compiler/src/
DMain.java90 Exception exception = null; in main() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc123 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc253 ObjPtr<mirror::Throwable> exception = self->GetException(); in ExecuteSwitchImpl() local
654 ObjPtr<mirror::Object> exception = in ExecuteSwitchImpl() local
Dinterpreter_common.cc406 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc41 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode() local
649 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()
/art/compiler/driver/
Dcompiler_driver_test.cc175 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
Dcompiler_driver.cc1627 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException() local
1806 mirror::Throwable* exception = soa.Self()->GetException(); in Visit() local
2342 mirror::Throwable* exception = soa.Self()->GetException(); in TryInitializeClass() local
/art/runtime/jit/
Djit.cc308 mirror::Throwable* exception = self->GetException(); in CompileMethod() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc45 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode() local
665 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception *exception) { in EmitExceptionPoll()

12