Home
last modified time | relevance | path

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

12

/art/compiler/
Dexception_test.cc253 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str()); in TEST_F()
255 trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
256 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
261 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str()); in TEST_F()
263 trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
264 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
/art/runtime/mirror/
Dthrowable.cc100 result += msg->ToModifiedUtf8(); in Dump()
145 method_name != nullptr ? method_name->ToModifiedUtf8().c_str() : "<unknown method>", in Dump()
146 file_name != nullptr ? file_name->ToModifiedUtf8().c_str() : "(Unknown Source)", in Dump()
Dstring-inl.h96 DCHECK_IMPLIES(result == 0, ComputeHashCode() == 0) << ToModifiedUtf8(); in GetHashCode()
Dstring.cc324 std::string String::ToModifiedUtf8() { in ToModifiedUtf8() function in art::mirror::String
456 return PrettyDescriptor(ToModifiedUtf8().c_str()); in PrettyStringDescriptor()
Dstring.h211 EXPORT std::string ToModifiedUtf8() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc109 self->ThrowNewException("Ljava/lang/ClassNotFoundException;", name->ToModifiedUtf8().c_str()); in GetPrimitiveClass()
1488 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
1581 return dex_cache->GetLocation()->ToModifiedUtf8(); in GetLocation()
1754 std::string descriptor = DotToDescriptor(name->ToModifiedUtf8().c_str()); in ProxyDescriptorEquals()
1786 std::string dot_name = name->ToModifiedUtf8(); in UpdateHashForProxyClass()
/art/test/004-ThreadStress/
Dthread_stress.cc28 std::cout << soa.Decode<mirror::String>(s)->ToModifiedUtf8(); in Java_Main_printString()
/art/test/167-visit-locks/
Dvisit_locks.cc66 std::cerr << obj->AsString()->ToModifiedUtf8() << std::endl; in Java_Main_testVisitLocks()
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc32 std::string name = soa.Decode<mirror::String>(methodName)->ToModifiedUtf8(); in Java_Main_callThrough()
/art/runtime/
Dintern_table-inl.h132 << "Already found " << string.Read<kWithoutReadBarrier>()->ToModifiedUtf8() in AddInternStrings()
Dreference_table.cc196 std::string utf8(s->ToModifiedUtf8()); in Dump()
Dintern_table.cc332 LOG(FATAL) << "Attempting to remove non-interned string " << s->ToModifiedUtf8(); in Remove()
Dquick_exception_handler.cc196 std::string str_msg(msg != nullptr ? msg->ToModifiedUtf8() : ""); in FindCatch()
Dclass_linker.cc1848 CHECK(intern_table->LookupWeakLocked(string) == nullptr) << string->ToModifiedUtf8(); in HandleAppImageStrings()
1849 CHECK(intern_table->LookupStrongLocked(string) == nullptr) << string->ToModifiedUtf8(); in HandleAppImageStrings()
1911 std::string dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in OpenImageDexFiles()
1947 std::string dex_file_location = dex_cache->GetLocation()->ToModifiedUtf8(); in OpenAndInitImageDexFiles()
4202 const std::string dex_cache_location = dex_cache->GetLocation()->ToModifiedUtf8(); in RegisterDexFileLocked()
4727 source += dex_cache->GetLocation()->ToModifiedUtf8(); in InsertClass()
4877 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in AttemptSupertypeVerification()
4978 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
5038 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
5062 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
[all …]
Dthread.cc643 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str()); in CreateCallback()
863 thread_name = java_name->ToModifiedUtf8(); in CreateNativeThread()
1179 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str()); in CreatePeer()
2005 ? group_name_object->AsString()->ToModifiedUtf8() in DumpState()
/art/openjdkjvmti/
Dti_threadgroup.cc118 tmp_str = name_obj->ToModifiedUtf8(); in GetThreadGroupInfo()
Dti_search.cc156 str_value = self->DecodeJObject(old_value.get())->AsString()->ToModifiedUtf8(); in Update()
Dti_field.cc180 oss << str->ToModifiedUtf8(); in GetFieldName()
Dti_thread.cc328 name_cpp = name->AsString()->ToModifiedUtf8(); in GetThreadInfo()
871 data->name = name->AsString()->ToModifiedUtf8(); in RunAgentThread()
/art/runtime/interpreter/
Dunstarted_runtime.cc142 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
284 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass()
377 " runtime. name=%s class=%s", name2->ToModifiedUtf8().c_str(), in UnstartedClassGetDeclaredField()
566 std::string resource_name_str = resource_name->ToModifiedUtf8(); in GetResourceAsStream()
1035 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str()); in GetSystemProperty()
1747 std::string string_value = obj->AsString()->ToModifiedUtf8(); in UnstartedIntegerParseInt()
1791 std::string string_value = obj->AsString()->ToModifiedUtf8(); in UnstartedLongParseLong()
Dinterpreter_common.h529 oss << "/java.lang.String \"" << ref_value->AsString()->ToModifiedUtf8() << "\""; in TraceExecution()
Dunstarted_runtime_test.cc899 std::string mod_utf = string_result->ToModifiedUtf8(); in TEST_F()
1017 oss << elem->AsString()->ToModifiedUtf8(); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc103 std::string name = mirror_name->ToModifiedUtf8(); in Class_classForName()
279 CHECK_NE(field.GetName(), name->ToModifiedUtf8()); in FindFieldByName()
386 std::string name_str = h_string->ToModifiedUtf8(); in Class_getDeclaredField()
/art/compiler/optimizing/
Dsharpening.cc449 << string->ToModifiedUtf8(); in ProcessLoadString()
/art/dex2oat/
Ddex2oat_test.cc1869 seen.insert(str.Read()->ToModifiedUtf8()); in TEST_F()
1891 boot_image_strings.insert(root.Read()->ToModifiedUtf8()); in TEST_F()
1897 app_image_strings.insert(root.Read()->ToModifiedUtf8()); in TEST_F()

12