Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table_test.cc152 ClassTable table2; in TEST_F() local
153 size_t count2 = table2.ReadFromMemory(&buffer[0]); in TEST_F()
156 EXPECT_TRUE(table2.Contains(h_X.Get())); in TEST_F()
157 EXPECT_TRUE(table2.Contains(h_Y.Get())); in TEST_F()
Dclass_linker.cc6390 ImtConflictTable* table2 = super_method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables() local
6391 same = same && table1->Equals(table2, image_pointer_size_); in FillIMTAndConflictTables()