Searched refs:diagnostic_dir (Results 1 – 3 of 3) sorted by relevance
215 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()216 cpu_prof_dir = diagnostic_dir; in CheckOptions()233 if (heap_prof && heap_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()234 heap_prof_dir = diagnostic_dir; in CheckOptions()362 &EnvironmentOptions::diagnostic_dir, in EnvironmentOptionsParser()
157 std::string diagnostic_dir; variable
1787 std::string dir = env->options()->diagnostic_dir; in NearHeapLimitCallback()