HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_prof_browser_mode (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
cpu-profiler-inl.h 89 return FLAG_prof_browser_mode
cpu-profiler.cc 512 if (!FLAG_prof_browser_mode) {
profile-generator.cc 878 if (FLAG_prof_browser_mode) {
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 71 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
72 i::FLAG_prof_browser_mode = false;
76 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;
test-profile-generator.cc 571 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
572 i::FLAG_prof_browser_mode = false;
576 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;

Completed in 79 milliseconds