Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info_test.cc208 std::vector<ArtMethod*> second_methods = GetVirtualMethods(class_loader, "LSecond;"); in TEST_F() local
211 second_methods, in TEST_F()
217 ASSERT_EQ(info2.GetNumberOfMethods(), main_methods.size() + second_methods.size()); in TEST_F()
225 for (ArtMethod* m : second_methods) { in TEST_F()