Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc1233 ProfileCompilationInfo info2_filter; in TEST_F() local
1236 info2_filter.Load(profile1.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1237 info2_filter.Load(profile2.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1241 ASSERT_TRUE(expected.MergeWith(info2_filter)); in TEST_F()