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

/art/runtime/jit/
H A Dprofile_saver.cc213 // every time we see a hot method.
363 // Mark startup methods as hot if they have more than hot_method_sample_threshold
473 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and "
840 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { argument
848 // Ignore hot parameter for now since it was causing test 595 to be flaky. TODO: Investigate.
850 UNUSED(hot);

Completed in 50 milliseconds