Home | History | Annotate | Download | only in driver

Lines Matching refs:exception

722   // Resolve exception classes referenced by the loaded classes. The catch logic assumes
724 // Do this here so that exception classes appear to have been specified image classes.
1483 mirror::Throwable* exception = self->GetException(nullptr);
1485 const char* descriptor = exception->GetClass()->GetDescriptor(&temp);
1502 LOG(FATAL) << "Unexpected exception " << exception->Dump();
1628 mirror::Throwable* exception = soa.Self()->GetException(nullptr);
1629 VLOG(compiler) << "Exception during type resolution: " << exception->Dump();
1630 if (exception->GetClass()->DescriptorEquals("Ljava/lang/OutOfMemoryError;")) {
1842 mirror::Throwable* exception = soa.Self()->GetException(&throw_location);
1844 << exception->Dump();
2054 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"