Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofile_saver_options.h64 bool profile_aot_code = false,
77 profile_aot_code_(profile_aot_code),
H A Dprofile_saver.cc990 static bool ShouldProfileLocation(const std::string& location, bool profile_aot_code) { in ShouldProfileLocation() argument
991 if (profile_aot_code) { in ShouldProfileLocation()