Home
last modified time | relevance | path

Searched refs:GetInternTable (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Dstring.cc426 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
/art/runtime/
Dtransaction.cc296 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
Druntime.h267 InternTable* GetInternTable() const { in GetInternTable() function
Druntime.cc606 GetInternTable()->SweepInternTableWeaks(visitor); in SweepSystemWeaks()
1465 GetInternTable()->AddImagesStringsToTable(heap_->GetBootImageSpaces()); in Init()
1812 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()
Dclass_linker.h567 InternTable* GetInternTable() const { in GetInternTable() function
Dclass_linker.cc1208 const auto intern = Runtime::Current()->GetInternTable()->InternStrong(obj->AsString()); in TryInsertIntern()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc554 runtime->GetInternTable()->VisitRoots(&visitor, kVisitRootFlagAllRoots); in VMRuntime_preloadDexCaches()
/art/dex2oat/linker/
Dimage_writer.cc1241 ObjPtr<mirror::String> found = runtime->GetInternTable()->LookupStrong(self, string); in FindInternedString()
1248 DCHECK(runtime->GetInternTable()->LookupWeak(self, string) == nullptr) in FindInternedString()
1719 InternTable* const intern_table = runtime->GetInternTable(); in CalculateNewObjectOffsets()
/art/runtime/jit/
Djit_code_cache.cc483 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr); in FillRootTable()
/art/compiler/optimizing/
Dcode_generator.cc246 class_linker->GetInternTable()->InternStrong( in EmitJitRoots()
/art/openjdkjvmti/
Dti_redefine.cc494 cl->GetInternTable()->InternStrong(dex_file_->GetLocation().c_str()))); in CreateNewDexCache()
/art/runtime/gc/
Dheap.cc2297 Runtime::Current()->GetInternTable()->AddNewTable(); in PreZygoteFork()