Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h590 bool GetClassesAndMethods(
Dprofile_compilation_info_test.cc1776 EXPECT_TRUE(info.GetClassesAndMethods( in TEST_F()
1783 EXPECT_FALSE(info.GetClassesAndMethods( in TEST_F()
Dprofile_compilation_info.cc2165 bool ProfileCompilationInfo::GetClassesAndMethods( in GetClassesAndMethods() function in art::ProfileCompilationInfo
/art/runtime/jit/
Djit.cc1476 if (!profile_info.GetClassesAndMethods(*dex_file, in CompileMethodsFromProfile()
/art/profman/
Dprofman.cc876 if (profile_info.GetClassesAndMethods(*dex_file.get(), in GetClassNamesAndMethods()
Dprofile_assistant_test.cc1680 ASSERT_FALSE(info.GetClassesAndMethods(*dex_file, in TEST_F()