Home
last modified time | relevance | path

Searched refs:GetInternTable (Results 1 – 9 of 9) 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
Dclass_linker.h542 InternTable* GetInternTable() const { in GetInternTable() function
/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/gc/
Dheap.cc2451 Runtime::Current()->GetInternTable()->AddNewTable(); in PreZygoteFork()