Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc148 if (!heap_prof_dir.empty()) { in CheckOptions()
158 if (heap_prof && heap_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
159 heap_prof_dir = diagnostic_dir; in CheckOptions()
455 &EnvironmentOptions::heap_prof_dir); in EnvironmentOptionsParser()
Dnode_options.h138 std::string heap_prof_dir; variable
Denv-inl.h800 inline const std::string& Environment::heap_prof_dir() const { in heap_prof_dir() function
Denv.h1282 inline const std::string& heap_prof_dir() const;