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

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

Completed in 591 milliseconds