Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info_test.cc299 std::vector<ArtMethod*> second_methods = GetVirtualMethods(class_loader, "LSecond;"); in TEST_F() local
300 ASSERT_TRUE(SaveProfilingInfo(profile.GetFilename(), second_methods, resolved_classes)); in TEST_F()
306 ASSERT_EQ(info2.GetNumberOfMethods(), main_methods.size() + second_methods.size()); in TEST_F()
312 for (ArtMethod* m : second_methods) { in TEST_F()