Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc459 InternTable temp_table; in PatchInternedStrings() local
463 temp_table.AddTableFromMemory(image_->Begin() + section.Offset()); in PatchInternedStrings()
465 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots); in PatchInternedStrings()
477 ClassTable temp_table; in PatchClassTable() local
478 temp_table.ReadFromMemory(image_->Begin() + section.Offset()); in PatchClassTable()
480 temp_table.VisitRoots(UnbufferedRootVisitor(&visitor, RootInfo(kRootUnknown))); in PatchClassTable()
/art/runtime/gc/space/
Dimage_space.cc1335 ClassTable temp_table; in RelocateInPlace() local
1336 temp_table.ReadFromMemory(target_base + class_table_section.Offset()); in RelocateInPlace()
1338 temp_table.VisitRoots(root_visitor); in RelocateInPlace()