Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc372 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
/art/runtime/
Dtransaction.cc331 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
Druntime.cc725 GetInternTable()->SweepInternTableWeaks(visitor); in SweepSystemWeaks()
1765 GetInternTable()->AddImageStringsToTable(image_space, VoidFunctor()); in Init()
2224 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()
Druntime.h320 InternTable* GetInternTable() const { in GetInternTable() function
Dclass_linker.h622 InternTable* GetInternTable() const { in GetInternTable() function
Dclass_linker.cc1610 InternTable* const intern_table = runtime->GetInternTable(); in HandleAppImageStrings()
/art/dex2oat/linker/
Dimage_writer.cc294 Runtime::Current()->GetInternTable()->PromoteWeakToStrong(); in PrepareImageAddressSpace()
329 referred_obj == Runtime::Current()->GetInternTable()->LookupStrong( in IsInternedAppImageStringReference()
1944 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in ProcessInterns()
2154 runtime->GetInternTable()->LookupStrong(Thread::Current(), obj->AsString()); in VerifyImageBinSlotsAssigned()
/art/runtime/jit/
Djit_code_cache.cc382 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr); in DCheckRootsAreValid()
/art/compiler/optimizing/
Dcode_generator.cc242 class_linker->GetInternTable()->InternStrong(roots->back()->AsString()); in EmitJitRoots()
/art/openjdkjvmti/
Dti_redefine.cc755 cl->GetInternTable()->InternStrong(dex_file_->GetLocation().c_str()))); in CreateNewDexCache()
/art/runtime/gc/
Dheap.cc2326 Runtime::Current()->GetInternTable()->AddNewTable(); in PreZygoteFork()