Searched refs:profile_aot_code (Results 1 – 2 of 2) sorted by relevance
59 bool profile_aot_code = false,71 profile_aot_code_(profile_aot_code), in enabled_()
658 static bool ShouldProfileLocation(const std::string& location, bool profile_aot_code) { in ShouldProfileLocation() argument659 if (profile_aot_code) { in ShouldProfileLocation()