Lines Matching refs:pre_allocated
551 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure() local
552 self->SetException(pre_allocated); in ThrowEarlierClassFailure()
2870 ObjPtr<mirror::Throwable> pre_allocated = in FindClass() local
2872 self->SetException(pre_allocated); in FindClass()
2908 ObjPtr<mirror::Throwable> pre_allocated = in FindClass() local
2910 self->SetException(pre_allocated); in FindClass()
3103 ObjPtr<mirror::Throwable> pre_allocated = in DefineClass() local
3105 self->SetException(pre_allocated); in DefineClass()
3118 ObjPtr<mirror::Throwable> pre_allocated = in DefineClass() local
3120 self->SetException(pre_allocated); in DefineClass()
3129 ObjPtr<mirror::Throwable> pre_allocated = in DefineClass() local
3131 self->SetException(pre_allocated); in DefineClass()
4219 ObjPtr<mirror::Throwable> pre_allocated = in CreateArrayClass() local
4221 self->SetException(pre_allocated); in CreateArrayClass()
4911 ObjPtr<mirror::Throwable> pre_allocated = in CreateProxyClass() local
4913 self->SetException(pre_allocated); in CreateProxyClass()