Home
last modified time | relevance | path

Searched refs:temp_table (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.cc1099 InternTable temp_table; in CopyAndFixupNativeData() local
1104 temp_table.ReadFromMemory(memory_ptr); in CopyAndFixupNativeData()
1105 CHECK_EQ(temp_table.Size(), intern_table->Size()); in CopyAndFixupNativeData()
1107 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots); in CopyAndFixupNativeData()
/art/patchoat/
Dpatchoat.cc466 InternTable temp_table; in PatchInternedStrings() local
470 temp_table.ReadFromMemory(image_->Begin() + section.Offset()); in PatchInternedStrings()
472 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots); in PatchInternedStrings()