Lines Matching refs:c_str
76 self->ThrowNewException(exception_descriptor, msg.str().c_str()); in ThrowException()
94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
102 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError()
109 /* with_signature= */ true).c_str()).c_str()); in ThrowAbstractMethodError()
122 StringPrintf("length=%d; index=%d", length, index).c_str()); in ThrowArrayIndexOutOfBoundsException()
131 mirror::Class::PrettyDescriptor(element_class).c_str(), in ThrowArrayStoreException()
132 mirror::Class::PrettyDescriptor(array_class).c_str()).c_str()); in ThrowArrayStoreException()
157 mirror::Class::PrettyDescriptor(src_type).c_str(), in ThrowClassCastException()
158 mirror::Class::PrettyDescriptor(dest_type).c_str()).c_str()); in ThrowClassCastException()
170 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str()); in ThrowClassCircularityError()
195 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClass()
206 << " method " << ArtMethod::PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch()
207 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClassForMethodDispatch()
214 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorMethod()
221 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorField()
230 msg.str().c_str()); in ThrowIllegalAccessErrorFinalField()
267 msg.str().c_str()); in ThrowIncompatibleClassChangeError()
285 msg.str().c_str()); in ThrowIncompatibleClassChangeErrorClassForInterfaceSuper()
302 msg.str().c_str()); in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
312 msg.str().c_str()); in ThrowIncompatibleClassChangeErrorField()
327 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowIncompatibleClassChangeErrorForMethodConflict()
334 StringPrintf("length=%d; index=%d", length, index).c_str()); in ThrowIndexOutOfBoundsException()
382 StringPrintf("%d", size).c_str()); in ThrowNegativeArraySizeException()
399 ThrowException("Ljava/lang/NoSuchFieldError;", c, msg.str().c_str()); in ThrowNoSuchFieldError()
406 ThrowException("Ljava/lang/NoSuchFieldException;", c, msg.str().c_str()); in ThrowNoSuchFieldException()
419 ThrowException("Ljava/lang/NoSuchMethodError;", c, msg.str().c_str()); in ThrowNoSuchMethodError()
428 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForFieldAccess()
438 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForMethodAccessImpl()
809 ScopedLocalRef<jstring> s(env, env->NewStringUTF(msg.c_str())); in ThrowStackOverflowError()
872 StringPrintf("length=%d; index=%d", length, index).c_str()); in ThrowStringIndexOutOfBoundsException()
901 ThrowException("Ljava/lang/invoke/WrongMethodTypeException;", nullptr, msg.str().c_str()); in ThrowWrongMethodTypeException()