Home | History | Annotate | Download | only in interpreter

Lines Matching full:c_str

120   std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str()));
123 mirror::Class* found = class_linker->FindClass(self, descriptor.c_str(), class_loader);
127 method_name.c_str(), PrettyDescriptor(descriptor.c_str()).c_str());
242 PrettyClass(h_klass.Get()).c_str());
266 PrettyClass(h_klass.Get()).c_str());
271 PrettyClass(h_klass.Get()).c_str(),
272 PrettyTypeOf(self->GetException()).c_str());
299 " runtime. name=%s class=%s", name2->ToModifiedUtf8().c_str(),
300 PrettyDescriptor(klass).c_str());
371 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(jar_file.c_str(), error_msg));
380 zip_entry->ExtractToMemMap(jar_file.c_str(), entry_name, error_msg));
406 c_str());
409 const char* resource_cstr = resource_name_str.c_str();
421 runtime->GetBootClassPathString().c_str());
441 resource_name_str.c_str(),
442 last_error_msg.c_str());
513 PrettyClass(this_classloader_class.Get()).c_str());
558 PrettyDescriptor(src_array->GetClass()->GetComponentType()).c_str(),
559 PrettyDescriptor(dst_array->GetClass()->GetComponentType()).c_str());
624 PrettyDescriptor(src_array->GetClass()->GetComponentType()).c_str(),
625 PrettyDescriptor(dst_array->GetClass()->GetComponentType()).c_str());
664 PrettyDescriptor(src_type).c_str());
774 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str());
991 Runtime::Current()->AbortTransactionAndThrowAbortError(self, error_msg.c_str());
1316 const char* c_str = string_value.c_str();
1320 int64_t l = strtol(c_str, &end, 10);
1324 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1330 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1334 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1360 const char* c_str = string_value.c_str();
1364 int64_t l = strtol(c_str, &end, 10);
1369 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1375 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1379 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1723 name.c_str());