Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc272 ScratchFile profile; in TEST_F() local
319 ScratchFile profile; in TEST_F() local
354 ScratchFile profile; in TEST_F() local
363 ScratchFile profile; in TEST_F() local
375 ScratchFile profile; in TEST_F() local
400 ScratchFile profile; in TEST_F() local
414 ScratchFile profile; in TEST_F() local
425 ScratchFile profile; in TEST_F() local
434 ScratchFile profile; in TEST_F() local
448 ScratchFile profile; in TEST_F() local
[all …]
Dprofile_saver.cc596 bool ProfileSaver::HasSeenMethod(const std::string& profile, in HasSeenMethod()
Djit_code_cache.cc684 auto profile = std::find(profiling_infos_.begin(), profiling_infos_.end(), info); in NotifyMethodRedefined() local
/art/test/595-profile-saving/src/
DMain.java57 public static native boolean presentInProfile(String profile, int methodIdx); in presentInProfile()
92 public static void registerAppInfo(String profile, String[] codePaths) in registerAppInfo()
/art/profman/
Dprofile_assistant_test.cc44 const ScratchFile& profile, in SetupProfile()
499 ScratchFile profile; in TEST_F() local
510 ScratchFile profile; in TEST_F() local
Dprofman.cc693 /*out*/ProfileCompilationInfo* profile) { in ProcessLine()