Home
last modified time | relevance | path

Searched refs:ToModifiedUtf8 (Results 1 – 25 of 32) sorted by relevance

12

/art/compiler/
Dexception_test.cc230 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str()); in TEST_F()
232 trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
233 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
238 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str()); in TEST_F()
240 trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
241 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
/art/test/004-ThreadStress/
Dthread_stress.cc28 std::cout << soa.Decode<mirror::String>(s)->ToModifiedUtf8(); in Java_Main_printString()
/art/runtime/mirror/
Dthrowable.cc95 result += msg->ToModifiedUtf8(); in Dump()
141 method_name != nullptr ? method_name->ToModifiedUtf8().c_str() : "<unknown method>", in Dump()
142 file_name != nullptr ? file_name->ToModifiedUtf8().c_str() : "(Unknown Source)", in Dump()
Dstring-inl.h297 << ToModifiedUtf8() << " " << result; in GetHashCode()
300 << ToModifiedUtf8() << " " << result; in GetHashCode()
Dstring.cc317 std::string String::ToModifiedUtf8() { in ToModifiedUtf8() function in art::mirror::String
421 return PrettyDescriptor(ToModifiedUtf8().c_str()); in PrettyStringDescriptor()
Dstring.h165 std::string ToModifiedUtf8() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/openjdkjvmti/
Dti_field.cc99 oss << str_array->Get(i)->ToModifiedUtf8(); in GetFieldName()
Dti_search.cc147 str_value = self->DecodeJObject(old_value.get())->AsString()->ToModifiedUtf8(); in Update()
Dti_threadgroup.cc116 tmp_str = name_obj->ToModifiedUtf8(); in GetThreadGroupInfo()
Dti_method.cc234 oss << str_array->Get(i)->ToModifiedUtf8(); in GetMethodName()
Dti_thread.cc251 name_cpp = name->AsString()->ToModifiedUtf8(); in GetThreadInfo()
Dti_class.cc767 oss << str_array->Get(i)->ToModifiedUtf8(); in GetClassSignature()
/art/runtime/
Dintern_table.cc377 CHECK(Find(string.Read()) == nullptr) << "Already found " << string.Read()->ToModifiedUtf8(); in AddTableFromMemory()
412 LOG(FATAL) << "Attempting to remove non-interned string " << s->ToModifiedUtf8(); in Remove()
Dreference_table.cc194 std::string utf8(s->ToModifiedUtf8()); in Dump()
Dquick_exception_handler.cc146 std::string str_msg(msg != nullptr ? msg->ToModifiedUtf8() : ""); in FindCatch()
Dclass_linker.cc1614 std::string dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in OpenImageDexFiles()
1835 std::string dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in AddImageSpace()
1931 VLOG(image) << name->ToModifiedUtf8(); in AddImageSpace()
1935 VLOG(image) << name->ToModifiedUtf8(); in AddImageSpace()
3512 const std::string dex_cache_location = dex_cache->GetLocation()->ToModifiedUtf8(); in RegisterDexFileLocked()
3977 source += dex_cache->GetLocation()->ToModifiedUtf8(); in InsertClass()
4130 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in AttemptSupertypeVerification()
4222 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
4281 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
4303 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
[all …]
Dthread.cc441 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str()); in CreateCallback()
619 thread_name = java_name->ToModifiedUtf8(); in CreateNativeThread()
930 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str()); in CreatePeer()
1629 group_name = (group_name_string != nullptr) ? group_name_string->ToModifiedUtf8() : "<null>"; in DumpState()
Dtransaction_test.cc523 EXPECT_STREQ(s->ToModifiedUtf8().c_str(), kResolvedString); in TEST_F()
/art/runtime/interpreter/
Dunstarted_runtime.cc128 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
313 " runtime. name=%s class=%s", name2->ToModifiedUtf8().c_str(), in UnstartedClassGetDeclaredField()
516 std::string resource_name_str = resource_name->ToModifiedUtf8(); in GetResourceAsStream()
958 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str()); in GetSystemProperty()
1522 std::string string_value = obj->AsString()->ToModifiedUtf8(); in UnstartedIntegerParseInt()
1566 std::string string_value = obj->AsString()->ToModifiedUtf8(); in UnstartedLongParseLong()
Dinterpreter_common.h497 oss << "/java.lang.String \"" << ref_value->AsString()->ToModifiedUtf8() << "\""; in TraceExecution()
Dunstarted_runtime_test.cc1044 std::string mod_utf = string_result->ToModifiedUtf8(); in TEST_F()
1320 oss << elem->AsString()->ToModifiedUtf8(); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc280 CHECK_NE(field.GetName(), name->ToModifiedUtf8()); in FindFieldByName()
373 std::string name_str = h_string->ToModifiedUtf8(); in Class_getDeclaredField()
Ddalvik_system_VMRuntime.cc292 table_->operator[](string->ToModifiedUtf8()) = string; in VisitRoot()
/art/compiler/jni/
Djni_compiler_test.cc1193 EXPECT_STREQ("MyClassNatives.java", ste->GetFileName()->ToModifiedUtf8().c_str()); in JNI_TEST()
1194 EXPECT_STREQ("MyClassNatives", ste->GetDeclaringClass()->ToModifiedUtf8().c_str()); in JNI_TEST()
1195 EXPECT_EQ(("fooI" + CurrentJniStringSuffix()), ste->GetMethodName()->ToModifiedUtf8()); in JNI_TEST()
/art/runtime/hprof/
Dhprof.cc640 return LookupStringId(string->ToModifiedUtf8()); in LookupStringId()

12