Lines Matching refs:Throwable

556       mirror::Throwable* exception = self->GetException();
830 GcRoot<mirror::Throwable>* exceptions[] = {
836 for (GcRoot<mirror::Throwable>* exception : exceptions) {
1161 GcRoot<mirror::Throwable>* exception,
1167 // Allocate an object without initializing the class to allow non-trivial Throwable.<clinit>().
1171 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast(
1174 *exception = GcRoot<mirror::Throwable>(exception_object);
1178 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker);
1651 pre_allocated_OutOfMemoryError_when_throwing_exception_ = GcRoot<mirror::Throwable>(
1655 pre_allocated_OutOfMemoryError_when_throwing_oome_ = GcRoot<mirror::Throwable>(
1659 pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ = GcRoot<mirror::Throwable>(
1663 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(
2135 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenThrowingException() {
2136 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read();
2143 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() {
2144 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read();
2151 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow() {
2152 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read();
2159 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() {
2160 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read();