Home | History | Annotate | Download | only in patchoat

Lines Matching refs:temp_table

472   InternTable temp_table;
476 temp_table.AddTableFromMemory(image_->Begin() + section.Offset());
478 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots);
490 ClassTable temp_table;
491 temp_table.ReadFromMemory(image_->Begin() + section.Offset());
493 temp_table.VisitRoots(UnbufferedRootVisitor(&visitor, RootInfo(kRootUnknown)));