Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 4 of 4) sorted by relevance

/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/libartbase/base/
Dmacros.h86 #define HOT_ATTR __attribute__ ((hot))
/art/runtime/jit/
Dprofile_saver.h60 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref);
Dprofile_saver.cc905 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod() argument
915 UNUSED(hot); in HasSeenMethod()