Lines Matching refs:c_str

216       self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str());  in HandleEarlierVerifyError()
563 c->PrettyDescriptor().c_str()); in ThrowEarlierClassFailure()
1846 oat_file->GetLocation().c_str(), in OpenOatDexFile()
1847 inner_error_msg.c_str()); in OpenOatDexFile()
1874 dex_file_location.c_str(), in OpenImageDexFiles()
2135 dex_file_location.c_str(), in AddImageSpace()
2601 ObjPtr<mirror::String> location = intern_table_->InternWeak(dex_file.GetLocation().c_str()); in AllocDexCache()
3142 class_name_string.c_str()); in FindClass()
3150 soa.Env(), soa.Env()->NewStringUTF(class_name_string.c_str())); in FindClass()
3163 class_name_string.c_str()).c_str()); in FindClass()
3218 DescriptorToDot(loader_class_name).c_str(), in FindClass()
3219 DescriptorToDot(result_name).c_str(), in FindClass()
3220 DescriptorToDot(descriptor).c_str()); in FindClass()
4175 dex_file.GetLocation().c_str()); in ThrowDexFileAlreadyRegisteredError()
4508 ThrowNoClassDefFoundError("Not a primitive type: %s", printable_type.c_str()); in FindPrimitiveClass()
4675 klass->PrettyDescriptor().c_str(), in AttemptSupertypeVerification()
4676 supertype->PrettyDescriptor().c_str()); in AttemptSupertypeVerification()
4685 ThrowVerifyError(klass.Get(), "%s", error_msg.c_str()); in AttemptSupertypeVerification()
4888 ThrowVerifyError(klass.Get(), "%s", error_msg.c_str()); in VerifyClass()
5239 decoded_name->ToModifiedUtf8().c_str())); in CreateProxyClass()
5243 decoded_name->ToModifiedUtf8().c_str())); in CreateProxyClass()
5286 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
5766 klass->PrettyDescriptor().c_str()); in WaitForInitializeClass()
5795 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
5796 ArtMethod::PrettyMethod(method).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
5798 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
5799 return_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveReturnTypeException()
5817 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
5818 ArtMethod::PrettyMethod(method).c_str(), in ThrowSignatureCheckResolveArgException()
5820 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
5821 index, arg_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveArgException()
5831 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureMismatch()
5832 ArtMethod::PrettyMethod(method).c_str(), in ThrowSignatureMismatch()
5834 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureMismatch()
5835 error_msg.c_str()); in ThrowSignatureMismatch()
5859 return_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
5861 other_return_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
5872 method2->PrettyMethod(true).c_str())); in HasSameSignatureWithDifferentClassLoaders()
5880 method2->PrettyMethod(true).c_str())); in HasSameSignatureWithDifferentClassLoaders()
5889 method2->PrettyMethod(true).c_str())); in HasSameSignatureWithDifferentClassLoaders()
5914 param_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
5916 other_param_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
6249 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6261 super_class->PrettyDescriptor().c_str(), in LoadSuperAndInterfaces()
6262 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6282 interface->PrettyDescriptor().c_str(), in LoadSuperAndInterfaces()
6283 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6306 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6317 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6318 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6324 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6325 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6330 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6331 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6356 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6537 m->PrettyMethod().c_str()); in LinkVirtualMethods()
6644 virtual_method->PrettyMethod().c_str(), in LinkVirtualMethods()
7360 klass->PrettyDescriptor().c_str(), in SetupInterfaceLookupTable()
7361 PrettyDescriptor(interface->GetDescriptor(&temp)).c_str()); in SetupInterfaceLookupTable()
8292 vtable_method->PrettyMethod().c_str(), in LinkInterfaceMethods()
8293 interface_method->PrettyMethod().c_str()); in LinkInterfaceMethods()
9727 mirror::String::AllocFromModifiedUtf8(self, dex_file->GetLocation().c_str())); in CreateWellKnownClassLoader()