Lines Matching full:c_str
62 self->ThrowNewException(exception_descriptor, msg.str().c_str());
78 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str());
86 PrettyMethod(method).c_str()).c_str());
94 /* with_signature */ true).c_str()).c_str());
107 StringPrintf("length=%d; index=%d", length, index).c_str());
115 PrettyDescriptor(element_class).c_str(),
116 PrettyDescriptor(array_class).c_str()).c_str());
124 PrettyDescriptor(src_type).c_str(),
125 PrettyDescriptor(dest_type).c_str()).c_str());
137 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
161 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
170 << " method " << PrettyMethod(called).c_str();
171 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
178 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
185 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
194 msg.str().c_str());
226 msg.str().c_str());
242 msg.str().c_str());
258 msg.str().c_str());
268 msg.str().c_str());
283 PrettyMethod(method).c_str()).c_str());
323 StringPrintf("%d", size).c_str());
338 ThrowException("Ljava/lang/NoSuchFieldError;", c, msg.str().c_str());
345 ThrowException("Ljava/lang/NoSuchFieldException;", c, msg.str().c_str());
356 ThrowException("Ljava/lang/NoSuchMethodError;", c, msg.str().c_str());
366 method->GetDeclaringClass(), msg.str().c_str());
375 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str());
385 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str());
539 instr->DumpString(dex_file).c_str()).c_str());
594 ScopedLocalRef<jstring> s(env, env->NewStringUTF(msg.c_str()));