Home | History | Annotate | Download | only in interpreter

Lines Matching defs:c_str

131   std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str()));
134 mirror::Class* found = class_linker->FindClass(self, descriptor.c_str(), class_loader);
138 method_name.c_str(),
139 PrettyDescriptor(descriptor.c_str()).c_str());
219 mirror::Object::PrettyTypeOf(class_loader).c_str());
253 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str());
285 h_klass->PrettyClass().c_str());
312 h_klass->PrettyClass().c_str());
317 h_klass->PrettyClass().c_str(),
318 mirror::Object::PrettyTypeOf(self->GetException()).c_str());
348 " runtime. name=%s class=%s", name2->ToModifiedUtf8().c_str(),
349 klass->PrettyDescriptor().c_str());
527 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(jar_file.c_str(), error_msg));
536 zip_entry->ExtractToMemMap(jar_file.c_str(), entry_name, error_msg));
562 resource_name_str.c_str());
565 const char* resource_cstr = resource_name_str.c_str();
577 runtime->GetBootClassPathString().c_str());
597 resource_name_str.c_str(),
598 last_error_msg.c_str());
668 mirror::Class::PrettyClass(this_classloader_class.Get()).c_str());
775 src_array->GetClass()->GetComponentType()).c_str(),
777 dst_array->GetClass()->GetComponentType()).c_str());
843 src_array->GetClass()->GetComponentType()).c_str(),
845 dst_array->GetClass()->GetComponentType()).c_str());
884 src_type->PrettyDescriptor().c_str());
994 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str());
1073 GetImmediateCaller(shadow_frame).c_str());
1105 GetImmediateCaller(shadow_frame).c_str());
1126 GetImmediateCaller(shadow_frame).c_str());
1247 Runtime::Current()->AbortTransactionAndThrowAbortError(self, error_msg.c_str());
1568 const char* c_str = string_value.c_str();
1572 int64_t l = strtol(c_str, &end, 10);
1576 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1582 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1586 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1612 const char* c_str = string_value.c_str();
1616 int64_t l = strtol(c_str, &end, 10);
1621 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1627 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1631 AbortTransactionOrFail(self, "Cannot parse string %s, retry at runtime.", c_str);
1984 name.c_str());