Searched refs:diagnostic_dir (Results 1 – 3 of 3) sorted by relevance
140 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()141 cpu_prof_dir = diagnostic_dir; in CheckOptions()158 if (heap_prof && heap_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()159 heap_prof_dir = diagnostic_dir; in CheckOptions()283 &EnvironmentOptions::diagnostic_dir, in EnvironmentOptionsParser()
145 std::string diagnostic_dir; variable
1225 std::string dir = env->options()->diagnostic_dir; in NearHeapLimitCallback()