Home
last modified time | relevance | path

Searched defs:hot (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1380 MethodReference hot(dex.get(), 0); in TEST_F() local
1406 MethodReference hot(dex1, 0); in TEST_F() local
1431 MethodReference hot(dex1, 0); in TEST_F() local
/art/runtime/jit/
Dprofile_saver.cc928 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod()