Home
last modified time | relevance | path

Searched refs:table2 (Results 1 – 1 of 1) 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()