Home | History | Annotate | Download | only in runtime

Lines Matching full:detail

249   void* FindNativeMethod(Thread* self, ArtMethod* m, std::string& detail)
273 detail += "No implementation found for ";
274 detail += m->PrettyMethod();
275 detail += " (tried " + jni_short_name + " and " + jni_long_name + ")";
1080 std::string detail;
1082 void* native_method = libraries_->FindNativeMethod(self, m, detail);
1090 LOG(ERROR) << detail;
1091 self->ThrowNewException("Ljava/lang/UnsatisfiedLinkError;", detail.c_str());