Searched defs:c_str (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dto_str.h35 const char* c_str() const { function in class:art::ToStr
36 return s_.c_str();
/art/runtime/native/
H A Ddalvik_system_DexFile.cc118 // // ... use name.c_str()
133 const char* c_str() const { function in class:art::NullableScopedUtfChars
164 if (sourceName.c_str() == nullptr) {
177 dex_files = runtime->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(),
178 outputName.c_str(),
203 ThrowWrappedIOException("%s", it->c_str());
267 if (class_name.c_str() == nullptr) {
271 const std::string descriptor(DotToDescriptor(class_name.c_str()));
272 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
274 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), has
[all...]
/art/runtime/arch/
H A Dstub_test.cc2091 const char* c_str[] = { "", "a", "ba", "cba", "dcba", "edcba", "asdfghjkl" }; local
2092 static constexpr size_t kStringCount = arraysize(c_str);
2100 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i]));
2107 DCHECK_LE(strlen(c_str[kStringCount-1]), kMaxLen) << "Please fix the indexof test.";
2139 EXPECT_EQ(expected[x][y][z], conv.i) << "Wrong result for " << c_str[x] << " / " <<
/art/runtime/interpreter/
H A Dunstarted_runtime.cc120 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(),
1316 const char* c_str = string_value.c_str(); local
1360 const char* c_str = string_value.c_str(); local
[all...]

Completed in 5345 milliseconds