Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h59 bool profile_aot_code = false,
71 profile_aot_code_(profile_aot_code), in enabled_()
Dprofile_saver.cc681 static bool ShouldProfileLocation(const std::string& location, bool profile_aot_code) { in ShouldProfileLocation() argument
682 if (profile_aot_code) { in ShouldProfileLocation()