| /art/test/412-new-array/src/ |
| D | Main.java | 243 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/427-bounds/src/ |
| D | Main.java | 19 Exception exception = null; in main() local
|
| /art/test/081-hot-exceptions/src/ |
| D | Main.java | 29 int exception = 0; in main() local
|
| /art/runtime/mirror/ |
| D | field-inl.h | 44 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
|
| /art/test/407-arrays/src/ |
| D | Main.java | 134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
|
| /art/runtime/native/ |
| D | java_lang_VMClassLoader.cc | 89 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_throw_entrypoints.cc | 42 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()
|
| /art/runtime/ |
| D | quick_exception_handler.cc | 60 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() 142 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
|
| D | thread.cc | 229 ObjPtr<mirror::Throwable> exception) { in PushDeoptimizationContext() 240 ObjPtr<mirror::Throwable>* exception, in PopDeoptimizationContext() 2170 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions() local 2675 Handle<mirror::Throwable> exception( in ThrowNewWrappedException() local 2987 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException() local
|
| D | art_method.cc | 256 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() local
|
| D | jni_internal_test.cc | 66 jthrowable exception = env_->ExceptionOccurred(); in ExpectException() local 2080 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); in TEST_F() local
|
| D | thread.h | 1480 mirror::Throwable* exception; in PACKED() local
|
| D | jni_internal.cc | 290 ScopedLocalRef<jthrowable> exception( in ThrowNewException() local 449 ObjPtr<mirror::Throwable> exception = soa.Decode<mirror::Throwable>(java_exception); in Throw() local 483 ScopedLocalRef<jthrowable> exception(env, in ExceptionDescribe() local 503 mirror::Object* exception = soa.Self()->GetException(); in ExceptionOccurred() local
|
| D | runtime.cc | 434 mirror::Throwable* exception = self->GetException(); in DumpThread() local
|
| D | class_linker_test.cc | 64 mirror::Object* exception = self->GetException(); in AssertNonExistentClass() local
|
| D | debugger.cc | 2946 CatchLocationFinder(Thread* self, const Handle<mirror::Throwable>& exception, Context* context) in CatchLocationFinder() 4119 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethodWithoutPendingException() local 4206 uint64_t result_value, JDWP::ObjectId exception) { in BuildInvokeReply()
|
| /art/test/401-optimizing-compiler/src/ |
| D | Main.java | 90 Exception exception = null; in main() local
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 123 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
|
| /art/runtime/interpreter/ |
| D | interpreter_switch_impl.cc | 218 ObjPtr<mirror::Throwable> exception = self->GetException(); in ExecuteSwitchImpl() local 597 ObjPtr<mirror::Object> exception = in ExecuteSwitchImpl() local
|
| D | interpreter_common.cc | 390 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() local
|
| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 41 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode() local 639 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()
|
| /art/compiler/driver/ |
| D | compiler_driver_test.cc | 172 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
|
| D | compiler_driver.cc | 1654 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException() local 1835 mirror::Throwable* exception = soa.Self()->GetException(); in Visit() local 2314 mirror::Throwable* exception = soa.Self()->GetException(); in Visit() local
|
| /art/runtime/jit/ |
| D | jit.cc | 285 mirror::Throwable* exception = self->GetException(); in CompileMethod() local
|
| /art/compiler/utils/arm64/ |
| D | jni_macro_assembler_arm64.cc | 45 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode() local 665 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception *exception) { in EmitExceptionPoll()
|