Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h54 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
/art/runtime/
Druntime.h229 InternTable* GetInternTable() const { in GetInternTable() function
Dtransaction.cc149 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
Druntime.cc323 GetInternTable()->SweepInternTableWeaks(visitor, arg); in SweepSystemWeaks()
991 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()
Dclass_linker.h385 InternTable* GetInternTable() const { in GetInternTable() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc439 runtime->GetInternTable()->VisitRoots(PreloadDexCachesStringsCallback, &strings, in VMRuntime_preloadDexCaches()