Home
last modified time | relevance | path

Searched refs:Intern (Results 1 – 7 of 7) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc259 std::string Intern(const std::string& header, const std::string& key) { in Intern() function in tifast::__anon9d4dc8ac0111::UniqueStringTable
291 return string_table->Intern("+", allocation.str()); in formatAllocation()
304 return string_table->Intern("+", method); in formatMethod()
348 stream->Write(string_table->Intern("=", record) + "\n"); in logVMObjectAlloc()
/art/runtime/native/
Djava_lang_String.cc94 ObjPtr<mirror::String> result = soa.Decode<mirror::String>(java_this)->Intern(); in String_intern()
/art/runtime/mirror/
Dstring.h119 ObjPtr<String> Intern() REQUIRES_SHARED(Locks::mutator_lock_);
Dstring.cc370 ObjPtr<String> String::Intern() { in Intern() function in art::mirror::String
/art/runtime/
Dintern_table_test.cc32 TEST_F(InternTableTest, Intern) { in TEST_F() argument
/art/openjdkjvm/
DOpenjdkJvm.cc290 return soa.AddLocalReference<jstring>(s->Intern()); in JVM_InternString()
/art/runtime/interpreter/
Dunstarted_runtime.cc1799 result->SetL(receiver->AsString()->Intern()); in UnstartedJNIStringIntern()