Home
last modified time | relevance | path

Searched refs:PreviouslyWarm (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dart_method.h363 bool PreviouslyWarm() const { in PreviouslyWarm() function
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc641 if (method.PreviouslyWarm() || counter >= hot_method_sample_threshold) { in UpdateProfile()