Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map_test.cc57 static const int kInsertValue2 = 123; in TEST_F() local
58 EXPECT_TRUE(map.Insert(MethodReference(dex.get(), 2), 0, kInsertValue2) == in TEST_F()
63 EXPECT_EQ(value, kInsertValue2); in TEST_F()