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 69 return FLAG_prof_browser_mode
cpu-profiler.cc 498 if (!FLAG_prof_browser_mode) {
profile-generator.cc 915 if (FLAG_prof_browser_mode) {
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 64 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
65 i::FLAG_prof_browser_mode = false;
69 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;
test-profile-generator.cc 568 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
569 i::FLAG_prof_browser_mode = false;
573 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;

Completed in 47 milliseconds