Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h584 bool GetClassesAndMethods(
Dprofile_compilation_info_test.cc1804 EXPECT_TRUE(info.GetClassesAndMethods( in TEST_F()
1811 EXPECT_FALSE(info.GetClassesAndMethods( in TEST_F()
Dprofile_compilation_info.cc2200 bool ProfileCompilationInfo::GetClassesAndMethods( in GetClassesAndMethods() function in art::ProfileCompilationInfo
/art/runtime/jit/
Djit.cc1346 if (!profile_info.GetClassesAndMethods(*dex_file, in CompileMethodsFromProfile()
/art/profman/
Dprofman.cc893 if (profile_info.GetClassesAndMethods(*dex_file.get(), in GetClassNamesAndMethods()
Dprofile_assistant_test.cc1661 ASSERT_FALSE(info.GetClassesAndMethods(*dex_file, in TEST_F()