Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc681 static bool ShouldProfileLocation(const std::string& location, bool profile_aot_code) { in ShouldProfileLocation() function
719 if (ShouldProfileLocation(location, options.GetProfileAOTCode())) { in Start()