Searched refs:temp_table (Results 1 – 2 of 2) sorted by relevance
459 InternTable temp_table; in PatchInternedStrings() local463 temp_table.AddTableFromMemory(image_->Begin() + section.Offset()); in PatchInternedStrings()465 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots); in PatchInternedStrings()477 ClassTable temp_table; in PatchClassTable() local478 temp_table.ReadFromMemory(image_->Begin() + section.Offset()); in PatchClassTable()480 temp_table.VisitRoots(UnbufferedRootVisitor(&visitor, RootInfo(kRootUnknown))); in PatchClassTable()
1335 ClassTable temp_table; in RelocateInPlace() local1336 temp_table.ReadFromMemory(target_base + class_table_section.Offset()); in RelocateInPlace()1338 temp_table.VisitRoots(root_visitor); in RelocateInPlace()