Searched refs:GetInternTable (Results 1 – 9 of 9) sorted by relevance
129 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
405 GetInternTable()->SweepInternTableWeaks(visitor, arg); in SweepSystemWeaks()501 GetInternTable()->AddImageStringsToTable(image_space); in Start()1221 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()
255 InternTable* GetInternTable() const { in GetInternTable() function
224 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
426 InternTable* GetInternTable() const { in GetInternTable() function
718 mirror::String* const interned = Runtime::Current()->GetInternTable()->InternStrong( in CalculateObjectBinSlots()959 auto* const intern_table = Runtime::Current()->GetInternTable(); in CalculateNewObjectOffsets()1095 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in CopyAndFixupNativeData()
489 runtime->GetInternTable()->VisitRoots(&visitor, kVisitRootFlagAllRoots); in VMRuntime_preloadDexCaches()
343 Runtime::Current()->GetInternTable()->VisitRoots(this, kVisitRootFlagAllRoots); in MarkingPhase()
2200 Runtime::Current()->GetInternTable()->SwapPostZygoteWithPreZygote(); in PreZygoteFork()