Home | History | Annotate | Download | only in driver

Lines Matching defs:exception

739   // Resolve exception classes referenced by the loaded classes. The catch logic assumes
741 // Do this here so that exception classes appear to have been specified image classes.
1570 mirror::Throwable* exception = self->GetException(nullptr);
1572 const char* descriptor = exception->GetClass()->GetDescriptor(&temp);
1589 LOG(FATAL) << "Unexpected exception " << exception->Dump();
1715 mirror::Throwable* exception = soa.Self()->GetException(nullptr);
1716 VLOG(compiler) << "Exception during type resolution: " << exception->Dump();
1717 if (exception->GetClass()->DescriptorEquals("Ljava/lang/OutOfMemoryError;")) {
1929 mirror::Throwable* exception = soa.Self()->GetException(&throw_location);
1931 << exception->Dump();
2158 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"