Lines Matching refs:c_str

60   self->ThrowNewException(exception_descriptor, msg.str().c_str());  in ThrowException()
76 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
84 PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError()
97 StringPrintf("length=%d; index=%d", length, index).c_str()); in ThrowArrayIndexOutOfBoundsException()
105 PrettyDescriptor(element_class).c_str(), in ThrowArrayStoreException()
106 PrettyDescriptor(array_class).c_str()).c_str()); in ThrowArrayStoreException()
114 PrettyDescriptor(src_type).c_str(), in ThrowClassCastException()
115 PrettyDescriptor(dest_type).c_str()).c_str()); in ThrowClassCastException()
127 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str()); in ThrowClassCircularityError()
144 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClass()
153 << " method " << PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch()
154 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClassForMethodDispatch()
161 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorMethod()
168 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorField()
177 msg.str().c_str()); in ThrowIllegalAccessErrorFinalField()
209 msg.str().c_str()); in ThrowIncompatibleClassChangeError()
225 msg.str().c_str()); in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
235 msg.str().c_str()); in ThrowIncompatibleClassChangeErrorField()
281 StringPrintf("%d", size).c_str()); in ThrowNegativeArraySizeException()
296 ThrowException("Ljava/lang/NoSuchFieldError;", c, msg.str().c_str()); in ThrowNoSuchFieldError()
303 ThrowException("Ljava/lang/NoSuchFieldException;", c, msg.str().c_str()); in ThrowNoSuchFieldException()
314 ThrowException("Ljava/lang/NoSuchMethodError;", c, msg.str().c_str()); in ThrowNoSuchMethodError()
324 method->GetDeclaringClass(), msg.str().c_str()); in ThrowNoSuchMethodError()
333 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForFieldAccess()
343 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForMethodAccessImpl()
497 instr->DumpString(dex_file).c_str()).c_str()); in ThrowNullPointerExceptionFromDexPC()