Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h544 bool GetClassesAndMethods(
Dprofile_compilation_info_test.cc1730 EXPECT_TRUE(info.GetClassesAndMethods( in TEST_F()
1737 EXPECT_FALSE(info.GetClassesAndMethods( in TEST_F()
Dprofile_compilation_info.cc2076 bool ProfileCompilationInfo::GetClassesAndMethods( in GetClassesAndMethods() function in art::ProfileCompilationInfo
/art/runtime/jit/
Djit.cc1434 if (!profile_info.GetClassesAndMethods(*dex_file, in CompileMethodsFromProfile()
/art/profman/
Dprofman.cc870 if (profile_info.GetClassesAndMethods(*dex_file.get(), in GetClassNamesAndMethods()
Dprofile_assistant_test.cc1682 ASSERT_FALSE(info.GetClassesAndMethods(*dex_file, in TEST_F()