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

/art/libartbase/base/
H A Dto_str.h35 const char* c_str() const { function in class:art::ToStr
36 return s_.c_str();
/art/test/ti-agent/
H A Dscoped_utf_chars.h70 const char* c_str() const { function in class:art::ScopedUtfChars
/art/runtime/arch/
H A Dstub_test.cc1978 const char* c_str[] = { "", "a", "ba", "cba", "dcba", "edcba", "asdfghjkl" }; local
1979 static constexpr size_t kStringCount = arraysize(c_str);
1987 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i]));
1994 DCHECK_LE(strlen(c_str[kStringCount-1]), kMaxLen) << "Please fix the indexof test.";
2026 EXPECT_EQ(expected[x][y][z], conv.i) << "Wrong result for " << c_str[x] << " / " <<
/art/runtime/native/
H A Ddalvik_system_DexFile.cc128 // // ... use name.c_str()
143 const char* c_str() const { function in class:art::NullableScopedUtfChars
184 ThrowWrappedIOException("%s", error_message.c_str());
203 ThrowWrappedIOException("%s", error_message.c_str());
275 if (sourceName.c_str() == nullptr) {
285 dex_files = runtime->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(),
310 ThrowWrappedIOException("%s", it->c_str());
376 if (class_name.c_str() == nullptr) {
380 const std::string descriptor(DotToDescriptor(class_name.c_str()));
381 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
[all...]
/art/runtime/interpreter/
H A Dunstarted_runtime.cc131 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(),
1568 const char* c_str = string_value.c_str(); local
1612 const char* c_str = string_value.c_str(); local
[all...]

Completed in 817 milliseconds