Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc1700 ClassTable temp_class_table; in CopyAndFixupNativeData() local
1701 temp_class_table.ReadFromMemory(class_table_memory_ptr); in CopyAndFixupNativeData()
1702 CHECK_EQ(temp_class_table.NumZygoteClasses(), table->NumNonZygoteClasses() + in CopyAndFixupNativeData()
1706 temp_class_table.VisitRoots(buffered_visitor); in CopyAndFixupNativeData()