Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_search.cc147 std::string str_value; in Update() local
156 str_value = self->DecodeJObject(old_value.get())->AsString()->ToModifiedUtf8(); in Update()
162 if (!str_value.empty()) { in Update()
163 str_value += ":"; in Update()
165 str_value += segment; in Update()
173 art::mirror::String::AllocFromModifiedUtf8(self, str_value.c_str()); in Update()
/art/runtime/
Dclass_linker_test.cc1226 ObjPtr<mirror::String> str_value = mirror::String::AllocFromModifiedUtf8(soa.Self(), "robot"); in TEST_F() local
1227 s8->SetObject<false>(s8->GetDeclaringClass(), str_value); in TEST_F()