Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc373 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
/art/runtime/
Dtransaction.cc297 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
Druntime.h291 InternTable* GetInternTable() const { in GetInternTable() function
Druntime.cc675 GetInternTable()->SweepInternTableWeaks(visitor); in SweepSystemWeaks()
1529 GetInternTable()->AddImageStringsToTable(image_space, VoidFunctor()); in Init()
1931 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()
Dclass_linker.h542 InternTable* GetInternTable() const { in GetInternTable() function
Dclass_linker.cc1335 intern_table_(*Runtime::Current()->GetInternTable()) {} in VerifyStringInterningVisitor()
1565 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UpdateInternStrings()
1670 InternTable* const intern_table = runtime->GetInternTable(); in HandleAppImageStrings()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc585 runtime->GetInternTable()->VisitRoots(&visitor, kVisitRootFlagAllRoots); in VMRuntime_preloadDexCaches()
/art/dex2oat/linker/
Dimage_writer.cc1843 ObjPtr<mirror::String> found = runtime->GetInternTable()->LookupStrong(self, string); in FindInternedString()
1850 DCHECK(runtime->GetInternTable()->LookupWeak(self, string) == nullptr) in FindInternedString()
2349 InternTable* const intern_table = runtime->GetInternTable(); in CalculateNewObjectOffsets()
/art/compiler/optimizing/
Dcode_generator.cc247 class_linker->GetInternTable()->InternStrong(roots->back()->AsString()); in EmitJitRoots()
/art/openjdkjvmti/
Dti_redefine.cc537 cl->GetInternTable()->InternStrong(dex_file_->GetLocation().c_str()))); in CreateNewDexCache()
/art/runtime/jit/
Djit_code_cache.cc695 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr); in DCheckRootsAreValid()
/art/runtime/gc/
Dheap.cc2451 Runtime::Current()->GetInternTable()->AddNewTable(); in PreZygoteFork()