Lines Matching refs:c_str

294     Runtime::Current()->GetJavaVM()->JniAbort(function_name, tmp.c_str());  in CheckAttachedThread()
365 f->PrettyField().c_str(), o->PrettyTypeOf().c_str()); in CheckInstanceFieldID()
394 AbortF("the return type of %s does not match %s", function_name_, m->PrettyMethod().c_str()); in CheckMethodAndSig()
401 m->PrettyMethod().c_str(), function_name_); in CheckMethodAndSig()
404 m->PrettyMethod().c_str(), function_name_); in CheckMethodAndSig()
412 m->PrettyMethod().c_str(), mirror::Class::PrettyClass(c).c_str()); in CheckMethodAndSig()
419 AbortF("can't call %s on null object", m->PrettyMethod().c_str()); in CheckMethodAndSig()
422 AbortF("can't call %s on instance of %s", m->PrettyMethod().c_str(), in CheckMethodAndSig()
423 o->PrettyTypeOf().c_str()); in CheckMethodAndSig()
444 mirror::Class::PrettyClass(c).c_str()); in CheckStaticFieldID()
467 AbortF("can't call static %s on class %s", m->PrettyMethod().c_str(), in CheckStaticMethod()
468 mirror::Class::PrettyClass(c).c_str()); in CheckStaticMethod()
489 AbortF("can't call %s on null object", m->PrettyMethod().c_str()); in CheckVirtualMethod()
492 AbortF("can't call %s on instance of %s", m->PrettyMethod().c_str(), in CheckVirtualMethod()
493 o->PrettyTypeOf().c_str()); in CheckVirtualMethod()
569 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check()
620 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap()
649 method->PrettyTypeOf().c_str(), jmethod); in CheckReflectedMethod()
662 AbortF("expected a constructor but %s: %p", method->PrettyMethod().c_str(), mid); in CheckConstructor()
678 field->PrettyTypeOf().c_str(), jfield); in CheckReflectedField()
689 "%s: %p", obj->PrettyTypeOf().c_str(), obj.Ptr()); in CheckThrowable()
700 "type %s: %p", c->PrettyDescriptor().c_str(), c.Ptr()); in CheckThrowableClass()
730 AbortF("can't make objects of type %s: %p", c->PrettyDescriptor().c_str(), c.Ptr()); in CheckInstantiableNonArray()
744 a->GetClass()->PrettyDescriptor().c_str(), PrettyDescriptor(type).c_str(), array); in CheckPrimitiveArrayType()
763 field->IsStatic() ? "static" : "non-static", field->PrettyField().c_str(), fid); in CheckFieldAccess()
768 field->PrettyField().c_str(), in CheckFieldAccess()
769 PrettyDescriptor(field->GetTypeDescriptor()).c_str(), in CheckFieldAccess()
770 PrettyDescriptor(type).c_str(), fid); in CheckFieldAccess()
777 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
783 field->PrettyField().c_str(), mirror::Class::PrettyDescriptor(c).c_str(), fid); in CheckFieldAccess()
790 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
894 AbortF("%s has wrong type: %s", what, mirror::Object::PrettyTypeOf(obj).c_str()); in CheckInstance()
1205 AbortF("jarray argument has non-array type: %s", a->PrettyTypeOf().c_str()); in CheckArray()
1310 ToStr<Thread>(*self).c_str(), ToStr<Thread>(*envThread).c_str()); in CheckThread()
1322 ToStr<Thread>(*self).c_str()); in CheckThread()
1336 ToStr<Thread>(*self).c_str()); in CheckThread()
1358 exception->Dump().c_str()); in CheckThread()
1397 " string: '%s'\n input: '%s'", errorKind, *utf8, bytes, oss.str().c_str()); in CheckUtfString()